forked from Lainports/freebsd-ports
KDevelop is an integrated development environment for C, C++, Python and PHP (there are also extensions for Rust and Go, although those are not in FreeBSD's ports tree). No release announcement yet, but this is an ahead-of-KDE-Frameworks 5.78 release with a compatibility fix. There are a few new translations, too.
32 lines
942 B
Makefile
32 lines
942 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kdev-php
|
|
DISTVERSION= 5.6.2
|
|
CATEGORIES= devel kde
|
|
MASTER_SITES= KDE/stable/kdevelop/${DISTVERSION}/src
|
|
DIST_SUBDIR= KDE/kdevelop
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= PHP support for KDevelop
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= kdev-pg-qt:devel/kdevelop-pg-qt
|
|
LIB_DEPENDS= libKDevPlatformInterfaces.so:devel/kdevelop
|
|
|
|
USES= cmake compiler:c++11-lib kde:5 qt:5 tar:xz
|
|
USE_KDE= auth codecs completion config configwidgets coreaddons ecm \
|
|
i18n itemmodels jobwidgets kcmutils kio parts service sonnet \
|
|
texteditor textwidgets threadweaver widgetsaddons xmlgui
|
|
USE_QT= concurrent core dbus gui network webkit widgets xml \
|
|
buildtools_build qmake_build
|
|
|
|
# Versioning values, to reduce plist churn (match with devel/kdevelop)
|
|
PLATFORM_VER= 34
|
|
PLIST_SUB+= PLATFORM_VER=${PLATFORM_VER} PRIVATE_VER=${DISTVERSION:R}
|
|
|
|
# Does not build with jobs.
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
.include <bsd.port.mk>
|