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

PORTNAME=	kirigami2
PORTVERSION=	2.0.0
PORTREVISION=	1
MASTER_SITES=	KDE/stable/${PORTNAME:C/2//}
# kirigami will likely become a framework. So already put the distfile there.
DIST_SUBDIR=	KDE/kirigami
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>