freebsd-ports/sysutils/plasma5-polkit-kde-agent-1/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

19 lines
579 B
Makefile

PORTNAME= polkit-kde-agent-1
DISTVERSION= ${KDE_PLASMA_VERSION}
CATEGORIES= sysutils kde kde-plasma
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 daemon providing a polkit authentication UI
WWW= https://www.kde.org/plasma-desktop
LIB_DEPENDS= libpolkit-qt5-core-1.so:sysutils/polkit-qt-1@qt5
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz xorg
USE_KDE= config coreaddons crash dbusaddons i18n iconthemes \
notifications widgetsaddons windowsystem \
ecm:build
USE_QT= core dbus gui widgets \
buildtools:build qmake:build
USE_XORG= x11
.include <bsd.port.mk>