94ac845319
PR: 225155 Exp-run by: antoine Reviewed by: rakuco Differential Revision: https://reviews.freebsd.org/D13816
16 lines
438 B
Makefile
16 lines
438 B
Makefile
# 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
|
|
USE_QT5= buildtools_build core gui linguisttools network qmake_build \
|
|
qml quick quickcontrols2 svg testlib widgets
|
|
|
|
.include <bsd.port.mk>
|