aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/kf5-kirigami2/Makefile
blob: f0c5be2e111fcc7de7afedd8e75306e067871d88 (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 dbus declarative graphicaleffects gui linguisttools network \
		quickcontrols2 svg widgets \
		buildtools_build qmake_build testlib_build

.include <bsd.port.mk>