freebsd-ports/devel/kdevelop-php-docs/Makefile
Max Brazhnikov 051464267a - Get rid of no longer needed KDE4_BUILDENV
- Convert USE_CMAKE to USES
2013-03-22 13:41:53 +00:00

31 lines
701 B
Makefile

# $FreeBSD$
PORTNAME= kdevelop-php-docs
PORTVERSION= ${KDEVELOP_VERSION:S/4./1./}
CATEGORIES= devel kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDEVELOP_BRANCH}/kdevelop/${KDEVELOP_VERSION}/src
DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
COMMENT= PHP documentation for KDevelop
LIB_DEPENDS= kdevplatforminterfaces:${PORTSDIR}/devel/kdevplatform
USE_KDE4= kdehier kdelibs kdeprefix automoc4
USE_QT4= moc_build qmake_build rcc_build uic_build
USE_BZIP2= yes
USES= cmake
MAKE_JOBS_SAFE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.else
CMAKE_ARGS+= -DBUILD_po:BOOL=Off
PLIST_SUB+= NLS="@comment "
.endif
.include <bsd.port.mk>