diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2015-03-28 16:02:49 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2015-03-28 16:02:49 +0000 |
commit | 96424dddb340718cc3c10979245c41e12d88b37b (patch) | |
tree | fa24a144390e74b9e14066ef495c386bbb54e9b8 /misc/qt5ct/Makefile | |
parent | 693bdc7ef3db249ff1fb148ec2aef7fd1df6fe86 (diff) | |
download | ports-96424dddb340718cc3c10979245c41e12d88b37b.tar.gz ports-96424dddb340718cc3c10979245c41e12d88b37b.zip |
Notes
Diffstat (limited to 'misc/qt5ct/Makefile')
-rw-r--r-- | misc/qt5ct/Makefile | 14 |
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> |