1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/devel/kf5-kauth/Makefile
Stefan Eßer fc954c11f5 devel/kf5-kauth: Add CPE information
Approved by:	portmgr (blanket)
2021-10-14 23:30:23 +02:00

18 lines
455 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
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>