1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00

- Clarify LICENSE, add LICENSE_FILE

- Fix dependency on qt5-dbus (move to USE_QT5)

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2016-06-23 12:14:44 +00:00
parent bb1900834a
commit 0b6450f020
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417370

View File

@ -9,16 +9,15 @@ MASTER_SITES= https://bitbucket.org/maproom/qmapshack/downloads/
MAINTAINER= bofh@FreeBSD.org
COMMENT= Ultimate outdoor aficionado's tool
LICENSE= GPLv3
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libQt5DBus.so:devel/dbus-qt5 \
libgdal.so:graphics/gdal \
LIB_DEPENDS= libgdal.so:graphics/gdal \
libproj.so:graphics/proj \
libroutino.so:astro/routino
USES= cmake compiler:c++11-lib desktop-file-utils
USE_QT5= buildtools core gui linguisttools network printsupport \
USE_QT5= buildtools core dbus gui linguisttools network printsupport \
qmake script sql sql-sqlite3 webkit widgets xml
.include <bsd.port.mk>