forked from Lainports/freebsd-ports
KDevPlatform-1.0.0
KDevelop-PHP-1.0.0
KDevelop-PHP-docs-1.0.0
KDevelop-4.0.0
Happy updating!
/Dima, behalf of KDE@FreeBSD team
38 lines
980 B
Makefile
38 lines
980 B
Makefile
# New ports collection makefile for: kdevelop-php
|
|
# Date created: 4 April 2010
|
|
# Whom: Alberto Villa <avilla@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kdevelop
|
|
PORTVERSION= ${KDEVELOP_VERSION:S/4./1./}
|
|
CATEGORIES= devel kde
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
MASTER_SITE_SUBDIR= ${KDEVELOP_BRANCH}/kdevelop/${KDEVELOP_VERSION}/src
|
|
PKGNAMESUFFIX= -php
|
|
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
|
|
DIST_SUBDIR= KDE
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= PHP support for KDevelop
|
|
|
|
LIB_DEPENDS= kdevplatforminterfaces.1:${PORTSDIR}/devel/kdevplatform
|
|
|
|
USE_BZIP2= yes
|
|
USE_KDE4= automoc4 kdehier kdelibs kdeprefix
|
|
KDE4_BUILDENV= yes
|
|
USE_QT_VER= 4
|
|
QT_COMPONENTS= corelib qtestlib \
|
|
moc_build qmake_build rcc_build uic_build
|
|
MAKE_JOBS_SAFE= yes
|
|
USE_CMAKE= yes
|
|
|
|
OPTIONS= DOCS "Integrate with PHP.net online documentation" on
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.ifdef(WITH_DOCS)
|
|
RUN_DEPENDS+= kdevelop-php-docs>=0:${PORTSDIR}/devel/kdevelop-php-docs
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|