summaryrefslogtreecommitdiff
path: root/sysutils/plasma5-polkit-kde-agent-1/Makefile
blob: 7881e855171ad7d487e79aedc8a742cb42a1c700 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	polkit-kde-agent-1
DISTVERSION=	${KDE_PLASMA_VERSION}
PORTREVISION=	1
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

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>