e59c88cece
(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
26 lines
721 B
Makefile
26 lines
721 B
Makefile
# Created by: Muhammad Moinur Rahman <bofh@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= qmapshack
|
|
PORTVERSION= 1.8.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= astro
|
|
MASTER_SITES= https://bitbucket.org/maproom/qmapshack/downloads/
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Ultimate outdoor aficionado's tool
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libgdal.so:graphics/gdal \
|
|
libproj.so:graphics/proj \
|
|
libquazip5.so:archivers/quazip-qt5 \
|
|
libroutino.so:astro/routino
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/bsdisks:sysutils/bsdisks
|
|
|
|
USES= cmake compiler:c++11-lib desktop-file-utils
|
|
USE_QT5= buildtools core dbus gui linguisttools network printsupport \
|
|
qmake script sql sql-sqlite3 webkit widgets xml
|
|
|
|
.include <bsd.port.mk>
|