aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/kf5-qqc2-desktop-style/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/kf5-qqc2-desktop-style/Makefile')
-rw-r--r--x11-themes/kf5-qqc2-desktop-style/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/x11-themes/kf5-qqc2-desktop-style/Makefile b/x11-themes/kf5-qqc2-desktop-style/Makefile
new file mode 100644
index 000000000000..db4f65f88e6e
--- /dev/null
+++ b/x11-themes/kf5-qqc2-desktop-style/Makefile
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+PORTNAME= qqc2-desktop-style
+DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
+CATEGORIES= x11-themes kde kde-frameworks
+
+MAINTAINER= kde@FreeBSD.org
+COMMENT= Qt QuickControl2 style for KDE
+
+USES= cmake:outsource kde:5 pkgconfig tar:xz
+USE_KDE= auth codecs config configwidgets coreaddons ecm iconthemes \
+ kirigami2 widgetsaddons
+USE_QT5= gui network qml quick widgets xml \
+ buildtools_build core qmake_build
+
+.include <bsd.port.mk>