blob: 1410c38bff17585a9f49a48515d3d1f04cf728a9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Created by: tcberner
# $FreeBSD$
PORTNAME= kirigami2
PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= x11-toolkits kde kde-frameworks
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>
|