aboutsummaryrefslogtreecommitdiff
path: root/x11/kf5-kactivities/Makefile
blob: cf8d7f6e3db3dee8d58ea0a19d0e1173cc78b4f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

PORTNAME=	kactivities
DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
CATEGORIES=	x11 kde kde-frameworks

MAINTAINER=	kde@FreeBSD.org
COMMENT=	KF5 runtime and library to organize work in separate activities

LIB_DEPENDS=	libboost_system.so:devel/boost-libs

USES=		cmake compiler:c++11-lib gettext kde:5 pathfix qt:5 tar:xz
USE_KDE=	bookmarks config configwidgets coreaddons dbusaddons ecm \
		globalaccel i18n kcmutils kdeclarative  kio package \
		service widgetsaddons windowsystem xmlgui
USE_QT=		buildtools_build core dbus declarative gui network qmake_build \
		sql widgets

.include <bsd.port.mk>