blob: c2c3c9502bb12d6c377e65fd0b8fde84644c20f2 (
plain)
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}.1
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>
|