blob: 1e4bc4684fd2e964e21e84e1951e81e3efb8211f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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 kde:5 qt:5 tar:xz
USE_KDE= coreaddons ecm
USE_QT= core dbus gui linguisttools widgets \
buildtools_build qmake_build
.include <bsd.port.mk>
|