aboutsummaryrefslogtreecommitdiff
path: root/x11/qt5-qev/Makefile
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2014-03-03 16:50:32 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2014-03-03 16:50:32 +0000
commit4cd1e8830ecdea3996915303a7cdb1aaaec56ca8 (patch)
tree0facf8a13da71e87170cdfcf5902ed77d09cb72f /x11/qt5-qev/Makefile
parent9110d8d5d340cf5fa7e7a59070603dd554e3959c (diff)
KDE/FreeBSD team is happy to present Qt 5 in ports!
Alberto Villa (avilla@) has done all the hard work to create Qt 5 ports. Trivial update from 5.2.0-beta1 to 5.2.1 by me. Special thanks for Adriaan de Groot <groot@kde.org> for his assistance for Qt-5.2.0 update. Approved by: portmgr (bapt) (for Mk/bsd.port.mk)
Notes
Notes: svn path=/head/; revision=346930
Diffstat (limited to 'x11/qt5-qev/Makefile')
-rw-r--r--x11/qt5-qev/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/x11/qt5-qev/Makefile b/x11/qt5-qev/Makefile
new file mode 100644
index 000000000000..1177d149f1d5
--- /dev/null
+++ b/x11/qt5-qev/Makefile
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME= qev
+DISTVERSION= ${QT5_VERSION}
+CATEGORIES= x11
+PKGNAMEPREFIX= qt5-
+
+MAINTAINER= kde@FreeBSD.org
+COMMENT= Qt QWidget events introspection tool
+
+USE_QT5= core widgets
+QT_DIST= tools
+USES= qmake
+
+WRKSRC_SUBDIR= src/${PORTNAME}
+
+.include <bsd.port.mk>