aboutsummaryrefslogtreecommitdiffstats
path: root/x11/kf5-kactivities/Makefile
blob: 3a0d85c4f9caab39c20dd8012483058cb0976c94 (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:outsource compiler:c++11-lib gettext kde:5 pathfix tar:xz
USE_KDE=    bookmarks config configwidgets coreaddons dbusaddons ecm \
        globalaccel i18n kcmutils kdeclarative  kio package \
        service widgetsaddons windowsystem xmlgui
USE_QT5=    buildtools_build core dbus gui network qmake_build qml \
        quick sql widgets

.include <bsd.port.mk>