freebsd-ports/sysutils/plasma6-plasma-systemmonitor/Makefile
Tobias C. Berner 886e9bf191 KDE: complete dependency list in plasma6-ports
Reported by:    poudriere
2023-12-03 10:30:21 +01:00

17 lines
526 B
Makefile

PORTNAME= plasma-systemmonitor
DISTVERSION= ${KDE_PLASMA_VERSION}
CATEGORIES= sysutils kde kde-plasma
MAINTAINER= kde@FreeBSD.org
COMMENT= Interface for monitoring system sensors, process information and other system resources
USES= cmake gettext gl kde:6 qt:6 tar:xz xorg
USE_KDE= attica5 config coreaddons dbusaddons globalaccel i18n \
itemmodels kio kirigami-addons libksysguard newstuff package \
service windowsystem \
ecm:build
USE_QT= base declarative
USE_XORG= x11
USE_GL= gl opengl
.include <bsd.port.mk>