forked from Lainports/freebsd-ports
22 lines
728 B
Makefile
22 lines
728 B
Makefile
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
|
|
|
|
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>
|