aboutsummaryrefslogtreecommitdiff
path: root/x11/plasma5-kactivitymanagerd/Makefile
blob: 4e516519c0807249c1d35414df13d78003c50f56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	kactivitymanagerd
DISTVERSION=	${KDE_PLASMA_VERSION}
CATEGORIES=	x11 kde kde-plasma

MAINTAINER=	kde@FreeBSD.org
COMMENT=	System service to manage user's activities, track the usage patterns
WWW=		https://www.kde.org/plasma-desktop

BUILD_DEPENDS=	${LOCALBASE}/include/boost/range/algorithm.hpp:devel/boost-libs

USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz xorg
USE_KDE=	auth codecs config configwidgets coreaddons crash dbusaddons \
		ecm globalaccel i18n kio service widgetsaddons windowsystem \
		xmlgui
USE_QT=		concurrent core dbus gui network sql widgets xml \
		buildtools:build qmake:build
USE_XORG=	x11

.include <bsd.port.mk>