freebsd-ports/x11-toolkits/kf5-kirigami2/Makefile
Tobias C. Berner 94ac845319 Update KDE Frameworks to 5.42.0
PR:		225155
Exp-run by:	antoine
Reviewed by:	rakuco
Differential Revision:	https://reviews.freebsd.org/D13816
2018-01-17 10:21:32 +00:00

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>