2015-10-27 14:43:31 +01:00
|
|
|
# Created by: Muhammad Moinur Rahman <bofh@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= qmapshack
|
2017-06-04 22:15:41 +02:00
|
|
|
PORTVERSION= 1.8.1
|
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
2017-09-10 22:55:38 +02: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 \
|
2017-04-11 19:26:22 +02: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
|
|
|
|
2016-06-10 11:40:12 +02:00
|
|
|
USES= cmake compiler:c++11-lib desktop-file-utils
|
2016-06-23 14:14:44 +02:00
|
|
|
USE_QT5= buildtools core dbus gui linguisttools network printsupport \
|
2016-06-10 11:40:12 +02:00
|
|
|
qmake script sql sql-sqlite3 webkit widgets xml
|
2015-10-27 14:43:31 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|