aboutsummaryrefslogtreecommitdiff
path: root/sysutils/plasma5-powerdevil/Makefile
blob: 3dac693c7e148850d5505c2f315dfc9cccbb097c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
PORTNAME=	powerdevil
DISTVERSION=	${KDE_PLASMA_VERSION}
PORTREVISION=	1
CATEGORIES=	sysutils kde kde-plasma

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Plasma5 tool to manage the power consumption settings
WWW=		https://www.kde.org/plasma-desktop

LIB_DEPENDS=	libudev.so:devel/libudev-devd
RUN_DEPENDS=	${LOCALBASE}/libexec/upowerd:sysutils/upower

USES=		cmake compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz \
		xorg
USE_KDE=	activities auth bookmarks codecs completion config \
		configwidgets coreaddons crash dbusaddons emoticons \
		globalaccel guiaddons i18n iconthemes idletime init itemmodels \
		itemviews jobwidgets kio kirigami2 libkscreen notifications \
		notifyconfig parts plasma-workspace service solid sonnet \
		textwidgets unitconversion wayland widgetsaddons windowsystem \
		xmlgui \
		doctools:build ecm:build
USE_QT=		concurrent core dbus gui network printsupport widgets \
		x11extras xml \
		buildtools:build qmake:build
USE_XORG=	x11 xcb

.include <bsd.port.mk>