aboutsummaryrefslogtreecommitdiffstats
path: root/devel/kf5-kdeclarative/Makefile
blob: ba638027e0261f9fa8d3a7c4e33ea4dbe35cc226 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: tcberner
# $FreeBSD$

PORTNAME=   kdeclarative
PORTVERSION=    ${KDE_FRAMEWORKS_VERSION}
PORTREVISION=   1
CATEGORIES= devel kde kde-frameworks

MAINTAINER= kde@FreeBSD.org
COMMENT=    KF5 library providing integration of QML and KDE Frameworks

LIB_DEPENDS=    libepoxy.so:graphics/libepoxy

USES=       cmake:outsource compiler:c++11-lib gettext kde:5 pkgconfig \
        tar:xz
USE_KDE=    completion config coreaddons globalaccel guiaddons i18n \
        iconthemes jobwidgets kio package service widgetsaddons \
        windowsystem
USE_QT5=    buildtools_build core dbus gui network qmake_build qml \
        quick testlib widgets xml

.include <bsd.port.mk>