blob: d030934be580ec31aa1d08964866020bbe6658dd (
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
|
PORTNAME= powerdevil
DISTVERSION= ${KDE_PLASMA_VERSION}
CATEGORIES= sysutils kde kde-plasma
MAINTAINER= kde@FreeBSD.org
COMMENT= Manages the power consumption settings of a Plasma shell
LIB_DEPENDS= libudev.so:devel/libudev-devd \
libxkbcommon.so:x11/libxkbcommon
RUN_DEPENDS= ${LOCALBASE}/libexec/upowerd:sysutils/upower
USES= cmake gettext gl kde:6 qt:6 tar:xz xorg
USE_GL= gl opengl
USE_KDE= activities auth colorscheme completion config configwidgets \
coreaddons crash dbusaddons doctools globalaccel i18n idletime \
itemmodels jobwidgets kcmutils kio kirigami2 layer-shell-qt \
libkscreen notifications notifyconfig plasma-workspace service \
solid widgetsaddons windowsystem xmlgui \
ecm:build
USE_QT= base declarative
USE_XORG= x11 xcb
.include <bsd.port.mk>
|