886e9bf191
Reported by: poudriere
17 lines
526 B
Makefile
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>
|