summaryrefslogtreecommitdiff
path: root/sysutils/plasma5-polkit-kde-agent-1/Makefile
blob: 675041bf2f278d6f982f09191be0329a6a3d6afe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

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

LIB_DEPENDS=	libpolkit-qt5-core-1.so:sysutils/polkit-qt@qt5

USES=		cmake:outsource compiler:c++11-lib cpe gettext kde:5 tar:xz
USE_KDE=	config coreaddons crash dbusaddons ecm i18n iconthemes \
		notifications widgetsaddons windowsystem
USE_QT5=	core dbus gui widgets \
		buildtools_build qmake_build

.include <bsd.port.mk>