summaryrefslogtreecommitdiff
path: root/sysutils/plasma5-libksysguard/Makefile
blob: f4223f4fc3156f736bbd08adaf90f254a6035230 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

PORTNAME=	libksysguard
DISTVERSION=	${KDE_PLASMA_VERSION}
CATEGORIES=	sysutils kde kde-plasma

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Plasma5 library to track and control running processes

USES=		cmake:outsource compiler:c++11-lib cpe gettext kde:5 tar:xz
USE_KDE=	auth codecs completion config configwidgets coreaddons i18n \
		iconthemes package plasma-framework service widgetsaddons \
		windowsystem
USE_QT5=	core dbus gui network script webkit widgets x11extras xml \
		buildtools_build qmake_build

.include <bsd.port.mk>