mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
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>
This commit is contained in:
parent
5a08b9ce87
commit
af1457e333
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312637
20
misc/qmetro/Makefile
Normal file
20
misc/qmetro/Makefile
Normal file
@ -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>
|
2
misc/qmetro/distinfo
Normal file
2
misc/qmetro/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (qmetro-0.5.7.zip) = ef37eae4f46fc296211c31545699334c276ca11a78a6f757b9b663c4d70b99a3
|
||||
SIZE (qmetro-0.5.7.zip) = 915842
|
7
misc/qmetro/pkg-descr
Normal file
7
misc/qmetro/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
Vector metro (subway) map for calculating route and getting
|
||||
information. Maps have an open format and can easily be edited or
|
||||
create. About 200 maps of subways are available. The package
|
||||
includes only one map of Moscow city subway, but you can easy
|
||||
download your maps from within the app.
|
||||
|
||||
WWW: http://sourceforge.net/projects/qmetro/
|
20
misc/qmetro/pkg-plist
Normal file
20
misc/qmetro/pkg-plist
Normal file
@ -0,0 +1,20 @@
|
||||
bin/qmetro
|
||||
share/applications/qmetro.desktop
|
||||
share/icons/hicolor/64x64/apps/qmetro.png
|
||||
share/icons/hicolor/80x80/apps/qmetro.png
|
||||
share/icons/hicolor/scalable/apps/qmetro.svg
|
||||
share/qmetro/locale/cs.lng
|
||||
share/qmetro/locale/es.lng
|
||||
share/qmetro/locale/fr.lng
|
||||
share/qmetro/map/Moscow.pmz
|
||||
@dirrm share/qmetro/map
|
||||
@dirrm share/qmetro/locale
|
||||
@dirrm share/qmetro
|
||||
@dirrmtry share/icons/hicolor/scalable/apps
|
||||
@dirrmtry share/icons/hicolor/scalable
|
||||
@dirrmtry share/icons/hicolor/80x80/apps
|
||||
@dirrmtry share/icons/hicolor/80x80
|
||||
@dirrmtry share/icons/hicolor/64x64/apps
|
||||
@dirrmtry share/icons/hicolor/64x64
|
||||
@dirrmtry share/icons/hicolor
|
||||
@dirrmtry share/applications
|
Loading…
Reference in New Issue
Block a user