KDE Gear 21.12 has landed and comes with a massive number of updates and new versions of applications and libraries. Literally, dozens of classic KDE everyday tools and the specialised sophisticated apps you use to work, be creative and play, are getting refreshers with design improvements, new features and performance and stability enhancements. What's new: https://kde.org/announcements/gear/21.12.0/#whatsnew Changelog: https://kde.org/announcements/changelogs/gear/21.12.0/
29 lines
872 B
Makefile
29 lines
872 B
Makefile
PORTNAME= kdev-php
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= devel kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= PHP support for KDevelop
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
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= 35
|
|
PRIVATE_VER= 5.7
|
|
PLIST_SUB+= PLATFORM_VER=${PLATFORM_VER} PRIVATE_VER=${PRIVATE_VER}
|
|
|
|
# Does not build with jobs.
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
.include <bsd.port.mk>
|