2015-10-27 14:43:31 +01:00
|
|
|
# Created by: Muhammad Moinur Rahman <bofh@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= qmapshack
|
2017-01-10 09:51:56 +01:00
|
|
|
PORTVERSION= 1.7.2
|
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
2017-04-01 17:23:30 +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 \
|
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>
|