aboutsummaryrefslogtreecommitdiffstats
path: root/misc/qmetro/Makefile
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2013-02-21 01:54:20 +0800
committermakc <makc@FreeBSD.org>2013-02-21 01:54:20 +0800
commit27562244b314a7a71d2332edf4c49f786fd5d7ab (patch)
tree78ad5dbde3fec446f183c59ffa48fde22e50cc0b /misc/qmetro/Makefile
parent5b30d6350a16d48769a930a3e013547938da3831 (diff)
downloadfreebsd-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/Makefile20
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>