aboutsummaryrefslogtreecommitdiff
path: root/x11/plasma5-kactivitymanagerd/Makefile
blob: 5139ce09f70cdc877a4875b165e835fb868c031f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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

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

USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
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

.include <bsd.port.mk>