727562b175
KDE Gear 22.12 is Here! Thursday, 8 December 2022 KDE Gear ⚙️ is back with exciting new features, performance boosts, and bugfixes for all your favorite KDE apps! In this release: Kate extends a warm welcome, Dolphin offers you more choices, and a lot of apps serve up hamburgers galore! Announcement: https://kde.org/announcements/gear/22.12.0/
30 lines
940 B
Makefile
30 lines
940 B
Makefile
PORTNAME= kdev-python
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= devel kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Python support for KDevelop
|
|
WWW= https://www.kdevelop.org/
|
|
|
|
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 python:3.7+ qt:5 tar:xz xorg
|
|
USE_KDE= attica auth codecs completion config configwidgets coreaddons \
|
|
ecm i18n itemmodels jobwidgets kio newstuff parts service \
|
|
solid sonnet syntaxhighlighting texteditor textwidgets \
|
|
threadweaver widgetsaddons windowsystem xmlgui
|
|
USE_QT= concurrent core dbus gui network widgets xml \
|
|
buildtools:build qmake:build
|
|
USE_XORG= x11
|
|
|
|
# Versioning values, to reduce plist churn (match with devel/kdevelop)
|
|
PLATFORM_VER= 510
|
|
PLIST_SUB+= PLATFORM_VER=${PLATFORM_VER}
|
|
|
|
# Does not build with jobs.
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
.include <bsd.port.mk>
|