Announcement: https://kde.org/announcements/gear/25.04.0/ Ports changes: kde.mk: - Simplify KDE_APPS_BASED_PATCHLEVEL definition and generalize it for unstable branch. devel/kopeninghours: - Use custom PLIST_SUB to reduce churn on updates. editors/ghostwriter: - Drop upstreamed patch. games/khangman: - Drop upstreamed patch. math/kcalc: - Depend on math/mpc. multimedia/kdenlive: - Prevent fetching during build. - Depends on KF6 Purpose unconditionally and remove no-op OPTIONS_SUB. - Depend on OpenTimelineIO. net/krdc: - Switch to freerdp3. x11-fm/dolphin: - Fix abuse of PLIST_SUB. */*: - Add missing and update KF6 dependencies and Qt components.
28 lines
783 B
Makefile
28 lines
783 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++17-lang gettext-tools gl kde:6 python qt:6 \
|
|
tar:xz xorg
|
|
USE_GL= gl opengl # GLX
|
|
USE_KDE= colorscheme completion config configwidgets coreaddons i18n \
|
|
kio parts service syntaxhighlighting texteditor threadweaver \
|
|
widgetsaddons xmlgui \
|
|
ecm:build
|
|
USE_QT= 5compat base
|
|
USE_XORG= x11
|
|
|
|
# Versioning values, to reduce plist churn (match with devel/kdevelop)
|
|
.include "${.CURDIR}/../kdevelop/kdevelop.mk"
|
|
|
|
.include <bsd.port.mk>
|