aboutsummaryrefslogtreecommitdiff
path: root/astro/qmapshack/Makefile
blob: 7c596ba5f425e7af040de67dd0b91fce0b8d661d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Created by: Muhammad Moinur Rahman <bofh@FreeBSD.org>

PORTNAME=	qmapshack
PORTVERSION=	1.16.0
DISTVERSIONPREFIX=	V_
PORTREVISION=	1
CATEGORIES=	astro

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	Ultimate outdoor aficionado's tool

LICENSE=	GPLv3+
LICENSE_FILE=	${WRKSRC}/LICENSE

DEPRECATED=	Uses EOL Python 2.7 via www/qt5-webengine
EXPIRATION_DATE=2021-06-23

BROKEN_FreeBSD_11=	Requires OpenSSL 1.1.0+

LIB_DEPENDS=	libgdal.so:graphics/gdal \
		libproj.so:graphics/proj \
		libquazip1-qt5.so:archivers/quazip \
		libroutino.so:astro/routino
RUN_DEPENDS=	${LOCALBASE}/bin/bsdisks:sysutils/bsdisks

USES=		cmake compiler:c++11-lib desktop-file-utils gl jpeg \
		pkgconfig qt:5 xorg
USE_GITHUB=	yes
USE_GL=		gl
USE_QT=		buildtools core dbus declarative gui help linguisttools location network \
		printsupport qmake sql sql-sqlite3 uitools \
		webchannel webengine widgets xml

GH_ACCOUNT=	Maproom

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>