mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 01:46:55 -04:00
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.
17 lines
461 B
Makefile
17 lines
461 B
Makefile
PORTNAME= kauth
|
|
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
CATEGORIES= devel kde kde-frameworks
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KF5 abstraction to system policy and authentication features
|
|
|
|
LIB_DEPENDS= libpolkit-qt5-core-1.so:sysutils/polkit-qt-1@qt5
|
|
|
|
USES= cmake compiler:c++11-lib cpe kde:5 qt:5 tar:xz
|
|
CPE_VENDOR= kde
|
|
USE_KDE= coreaddons \
|
|
ecm:build
|
|
USE_QT= core dbus gui linguisttools widgets \
|
|
buildtools:build qmake:build
|
|
|
|
.include <bsd.port.mk>
|