freebsd-ports/devel/kdevelop-php/Makefile
Max Brazhnikov 893c481312 Add USE_GMAKE to fix build [1]
Remove excessive Qt4 components and needless KDE4_BUILDENV

Reported by:	Pav/pointyhat [1]
2011-05-20 13:09:47 +00:00

39 lines
1 KiB
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.3:${PORTSDIR}/devel/kdevplatform
BUILD_DEPENDS= ${KDE4_PREFIX}/bin/kdev-pg-qt:${PORTSDIR}/devel/kdevelop-pg-qt
USE_BZIP2= yes
USE_CMAKE= yes
USE_GMAKE= yes
USE_KDE4= automoc4 kdehier kdelibs kdeprefix
USE_QT_VER= 4
QT_COMPONENTS= moc_build qmake_build rcc_build uic_build
MAKE_JOBS_SAFE= yes
OPTIONS= DOCS "Integrate with PHP.net online documentation" on
.include <bsd.port.options.mk>
.ifdef(WITH_DOCS)
RUN_DEPENDS+= ${PREFIX}/lib/kde4/kdevphpdocs.so:${PORTSDIR}/devel/kdevelop-php-docs
.endif
.include <bsd.port.mk>