Adriaan de Groot 81dc608e13 Update devel/kdevelop and attendant ports to latest upstream
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.
2021-02-03 13:32:10 +00:00

33 lines
931 B
Makefile

# $FreeBSD$
PORTNAME= kdev-python
DISTVERSION= 5.6.2
CATEGORIES= devel kde
MASTER_SITES= KDE/stable/kdevelop/${DISTVERSION}/src
DIST_SUBDIR= KDE/kdevelop
MAINTAINER= kde@FreeBSD.org
COMMENT= Python 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 python:3.4+ qt:5 tar:xz
USE_KDE= attica auth codecs completion config configwidgets coreaddons \
ecm i18n itemmodels jobwidgets kio newstuff parts service \
sonnet texteditor textwidgets threadweaver widgetsaddons xmlgui
USE_QT= concurrent core dbus gui network 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}
# Does not build with jobs.
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.mk>