mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 07:49:16 -04:00
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
29 lines
715 B
Makefile
29 lines
715 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kdevelop-php-docs
|
|
PORTVERSION= ${KDEVELOP_VERSION:S/4./1./}
|
|
PORTREVISION= 7
|
|
CATEGORIES= devel kde
|
|
MASTER_SITES= KDE/${KDEVELOP_BRANCH}/kdevelop/${KDEVELOP_VERSION}
|
|
DIST_SUBDIR= KDE/kdevelop/${KDEVELOP_VERSION}
|
|
PKGNAMESUFFIX= -kde4
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= PHP documentation for KDevelop
|
|
|
|
DEPRECATED= KDE4 is EOL upstream
|
|
EXPIRATION_DATE= 2018-12-31
|
|
|
|
LIB_DEPENDS= libkdevplatforminterfaces.so:devel/kdevplatform-kde4
|
|
|
|
USES= cmake:outsource compiler:c++11-lib kde:4 qt:4 tar:xz
|
|
USE_KDE= kdelibs automoc4
|
|
USE_QT= moc_build qmake_build rcc_build uic_build webkit
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_USES= gettext
|
|
NLS_CMAKE_OFF= -DBUILD_po:BOOL=FALSE
|
|
|
|
.include <bsd.port.mk>
|