2015-10-27 14:43:31 +01:00
|
|
|
# Created by: Muhammad Moinur Rahman <bofh@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= qmapshack
|
2019-01-02 08:24:33 +01:00
|
|
|
PORTVERSION= 1.12.1
|
2019-01-16 12:13:44 +01:00
|
|
|
PORTREVISION= 1
|
2015-10-27 14:43:31 +01:00
|
|
|
CATEGORIES= astro
|
|
|
|
MASTER_SITES= https://bitbucket.org/maproom/qmapshack/downloads/
|
|
|
|
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
|
|
COMMENT= Ultimate outdoor aficionado's tool
|
|
|
|
|
2016-06-23 14:14:44 +02:00
|
|
|
LICENSE= GPLv3+
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
2015-10-27 14:43:31 +01:00
|
|
|
|
2016-06-23 14:14:44 +02:00
|
|
|
LIB_DEPENDS= libgdal.so:graphics/gdal \
|
2016-06-10 11:40:12 +02:00
|
|
|
libproj.so:graphics/proj \
|
2018-03-11 11:05:42 +01:00
|
|
|
libquazip5.so:archivers/quazip@qt5 \
|
2016-04-01 15:29:15 +02:00
|
|
|
libroutino.so:astro/routino
|
2016-07-14 20:39:51 +02:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/bsdisks:sysutils/bsdisks
|
2015-10-27 14:43:31 +01:00
|
|
|
|
2018-06-28 19:39:53 +02:00
|
|
|
USES= cmake compiler:c++11-lib desktop-file-utils jpeg qt:5
|
2018-11-04 20:00:53 +01:00
|
|
|
USE_QT= buildtools core dbus declarative gui linguisttools location network \
|
|
|
|
printsupport qmake sql sql-sqlite3 uitools \
|
2018-09-29 17:05:36 +02:00
|
|
|
webchannel webengine widgets xml
|
2015-10-27 14:43:31 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|