mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
83f02b963c
Approved by: portmgr (bapt)
32 lines
700 B
Makefile
32 lines
700 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}
|
|
USES+= gettext
|
|
PLIST_SUB+= NLS=""
|
|
.else
|
|
CMAKE_ARGS+= -DBUILD_po:BOOL=Off
|
|
PLIST_SUB+= NLS="@comment "
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|