summaryrefslogtreecommitdiff
path: root/x11/plasma5-kactivitymanagerd/Makefile
blob: f5865c43f2ce0226aa8cb2f17df2f16c44b3e6e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	kactivitymanagerd
DISTVERSION=	${KDE_PLASMA_VERSION}
PORTREVISION=	1
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 \
		globalaccel i18n kio service widgetsaddons windowsystem xmlgui \
		ecm:build
USE_QT=		concurrent core dbus gui network sql widgets xml \
		buildtools:build qmake:build
USE_XORG=	x11

.include <bsd.port.mk>