freebsd-ports/sysutils/kpmcore/Makefile
Tobias C. Berner 552ed27ec1 sysutils/polkit-qt,sysutils/polkit-qt-1-devel: unify and flavorize
This updates sysutils/polkit-qt to the 0.200 release and removes the
development version port polkit-qt-1-devel. The new version is now
flavorized to support both Qt5 and Qt6.
2024-03-02 00:54:13 +01:00

18 lines
513 B
Makefile

PORTNAME= kpmcore
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
CATEGORIES= sysutils kde-applications
MAINTAINER= adridg@FreeBSD.org
COMMENT= KDE Partition Manager core library
WWW= https://invent.kde.org/system/kpmcore
LIB_DEPENDS= libpolkit-qt5-core-1.so:sysutils/polkit-qt-1@qt5
USES= cmake compiler:c++17-lang gettext kde:5 qt:5 tar:xz
USE_KDE= auth coreaddons i18n widgetsaddons \
ecm:build
USE_QT= concurrent core dbus declarative \
gui widgets \
buildtools:build qmake:build
.include <bsd.port.mk>