diff options
author | makc <makc@FreeBSD.org> | 2014-03-04 00:50:32 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2014-03-04 00:50:32 +0800 |
commit | c05a76ed15368176b937f2b06dad88f13e12f4f0 (patch) | |
tree | 0facf8a13da71e87170cdfcf5902ed77d09cb72f /x11 | |
parent | 5e6b17ee28fc3150198fa33fda5c63d81fbc8872 (diff) | |
download | freebsd-ports-gnome-c05a76ed15368176b937f2b06dad88f13e12f4f0.tar.gz freebsd-ports-gnome-c05a76ed15368176b937f2b06dad88f13e12f4f0.tar.zst freebsd-ports-gnome-c05a76ed15368176b937f2b06dad88f13e12f4f0.zip |
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)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/qt5-qev/Makefile | 17 | ||||
-rw-r--r-- | x11/qt5-qev/pkg-plist | 3 |
3 files changed, 21 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index b9281db00b05..7ff58f640823 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -241,6 +241,7 @@ SUBDIR += qimageblitz SUBDIR += qt4-graphicssystems-opengl SUBDIR += qt4-inputmethods + SUBDIR += qt5-qev SUBDIR += qxkb SUBDIR += randrproto SUBDIR += recordproto 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> diff --git a/x11/qt5-qev/pkg-plist b/x11/qt5-qev/pkg-plist new file mode 100644 index 000000000000..651deba9bcb4 --- /dev/null +++ b/x11/qt5-qev/pkg-plist @@ -0,0 +1,3 @@ +%%QT_BINDIR%%/qev +@dirrmtry %%QT_BINDIR%% +@dirrmtry %%QT_ARCHDIR%% |