aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/kf5-kirigami2/Makefile
blob: 514c28672cd65668627ea4afe5a74922c7f877ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	kirigami2
DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
PORTREVISION=	1
CATEGORIES=	x11-toolkits kde kde-frameworks

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

USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
USE_KDE=	kdeclarative \
		ecm:build
USE_QT=		core concurrent dbus declarative graphicaleffects gui \
		linguisttools network quickcontrols2 svg widgets \
		buildtools:build qmake:build testlib:build

.include <bsd.port.mk>