blob: d8c50acc8b4e31c2f860f9c290ea46a1d622049e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PORTNAME= kirigami2
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
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>
|