aboutsummaryrefslogtreecommitdiffstats
path: root/misc/qt5ct/Makefile
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2015-03-29 00:02:49 +0800
committermakc <makc@FreeBSD.org>2015-03-29 00:02:49 +0800
commitfe87666a2820df289abc14ae9559ab5f07523beb (patch)
treefa24a144390e74b9e14066ef495c386bbb54e9b8 /misc/qt5ct/Makefile
parentf4cc620aa14b80cb22b602556241cf5429e0b715 (diff)
downloadfreebsd-ports-gnome-fe87666a2820df289abc14ae9559ab5f07523beb.tar.gz
freebsd-ports-gnome-fe87666a2820df289abc14ae9559ab5f07523beb.tar.zst
freebsd-ports-gnome-fe87666a2820df289abc14ae9559ab5f07523beb.zip
Add new port misc/qt5ct:
This tool allows users to configure Qt 5 settings (theme, font, +icons, etc.) under DE/WM without Qt integration.
Diffstat (limited to 'misc/qt5ct/Makefile')
-rw-r--r--misc/qt5ct/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/misc/qt5ct/Makefile b/misc/qt5ct/Makefile
new file mode 100644
index 000000000000..eb6664502a57
--- /dev/null
+++ b/misc/qt5ct/Makefile
@@ -0,0 +1,14 @@
+# $FreeBSD$
+
+PORTNAME= qt5ct
+PORTVERSION= 0.9
+CATEGORIES= misc
+MASTER_SITES= SF/${PORTNAME}
+
+MAINTAINER= makc@FreeBSD.org
+COMMENT= Qt 5 configuration tool
+
+USES= qmake tar:bz2
+USE_QT5= gui svg widgets buildtools_build linguisttools_build
+
+.include <bsd.port.mk>