diff options
author | makc <makc@FreeBSD.org> | 2013-02-21 01:54:20 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-02-21 01:54:20 +0800 |
commit | 27562244b314a7a71d2332edf4c49f786fd5d7ab (patch) | |
tree | 78ad5dbde3fec446f183c59ffa48fde22e50cc0b /misc/qmetro/Makefile | |
parent | 5b30d6350a16d48769a930a3e013547938da3831 (diff) | |
download | freebsd-ports-gnome-27562244b314a7a71d2332edf4c49f786fd5d7ab.tar.gz freebsd-ports-gnome-27562244b314a7a71d2332edf4c49f786fd5d7ab.tar.zst freebsd-ports-gnome-27562244b314a7a71d2332edf4c49f786fd5d7ab.zip |
Add new port misc/qmetro:
Map of the transport system for many city subways.
WWW: http://sourceforge.net/projects/qmetro/
PR: ports/175842
Submitted by: Veniamin Gvozdikov <g.veniamin at googlemail.com>
Diffstat (limited to 'misc/qmetro/Makefile')
-rw-r--r-- | misc/qmetro/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/misc/qmetro/Makefile b/misc/qmetro/Makefile new file mode 100644 index 000000000000..7d1c4d95d17e --- /dev/null +++ b/misc/qmetro/Makefile @@ -0,0 +1,20 @@ +# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com> +# $FreeBSD$ + +PORTNAME= qmetro +PORTVERSION= 0.5.7 +CATEGORIES= misc graphics +MASTER_SITES= SF/${PORTNAME}/source/ + +MAINTAINER= g.veniamin@googlemail.com +COMMENT= Map of the transport system for many city subways + +LICENSE= GPLv2 + +USE_ZIP= yes +USE_QT4= gui xml qmake_build uic_build moc_build rcc_build + +do-configure: + cd ${WRKSRC} && ${QMAKE} ${QMAKEFLAGS} PREFIX=${PREFIX} + +.include <bsd.port.mk> |