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

COMMENT=	System service to manage user's activities, track the usage patterns etc
MAINTAINER=	kde@FreeBSD.org

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

USES=		cmake gettext gl kde:6 qt:6 tar:xz xorg
USE_GL=		gl opengl
USE_KDE=	colorscheme config configwidgets coreaddons crash dbusaddons \
		globalaccel i18n kio service widgetsaddons windowsystem xmlgui \
		ecm:build
USE_QT=		5compat base sqldriver-sqlite
USE_XORG=	x11

.include <bsd.port.mk>