aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/kirigami2/Makefile
blob: 29fd770a4b881768bc130c55c706fa4766a6386e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: tcberner
# $FreeBSD$

PORTNAME=   kirigami2
PORTVERSION=    2.0.0
MASTER_SITES=   KDE/stable/${PORTNAME:C/2//}
# kirigami will likely become a framework. So already put the distfile there.
DIST_SUBDIR=    KDE/frameworks/${KDE_FRAMEWORKS_VERSION}
CATEGORIES= x11-toolkits kde # kde-framework

MAINTAINER= kde@FreeBSD.org
COMMENT=    QtQuick based components set

USES=       cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz
USE_KDE=    ecm kdeclarative plasma-framework
USE_QT5=    buildtools_build core gui linguisttools network qmake_build \
        qml quick quickcontrols2 svg testlib widgets

.include <bsd.port.mk>