blob: 0e839b98ad4dfaa6e3527532deabc91e481815aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= plasma-systemmonitor
DISTVERSION= ${KDE_PLASMA_VERSION}
PORTREVISION= 1
CATEGORIES= sysutils kde kde-plasma
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 system monitor
WWW= https://www.kde.org/plasma-desktop
USES= cmake compiler:c++11-lib desktop-file-utils gettext kde:5 \
localbase pathfix qt:5 tar:xz xorg
USE_KDE= attica auth codecs config configwidgets coreaddons dbusaddons \
globalaccel i18n itemmodels kdeclarative kio ksystemstats \
libksysguard newstuff package service widgetsaddons \
windowsystem xmlgui \
ecm:build
USE_QT= concurrent core dbus declarative gui network quickcontrols2 \
widgets xml \
buildtools:build qmake:build
USE_XORG= x11
.include <bsd.port.mk>
|