aboutsummaryrefslogtreecommitdiff
path: root/astro/qmapshack/Makefile
blob: 72d107c22646239e6038dc7efab7ec816d90531f (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
PORTNAME=	qmapshack
DISTVERSIONPREFIX=	V_
DISTVERSION=	1.19.0
CATEGORIES=	astro

MAINTAINER=	cmt@FreeBSD.org
COMMENT=	Ultimate outdoor aficionado's tool
WWW=		https://github.com/Maproom/qmapshack/

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

BUILD_DEPENDS=	vulkan-headers>0:graphics/vulkan-headers
LIB_DEPENDS=	libalglib.so:math/alglib \
		libgdal.so:graphics/gdal \
		libproj.so:graphics/proj \
		libquazip1-qt6.so:archivers/quazip@qt6 \
		libroutino.so:astro/routino
RUN_DEPENDS=	${LOCALBASE}/bin/bsdisks:sysutils/bsdisks

USES=		cmake desktop-file-utils gl jpeg qt:6
USE_GITHUB=	yes
GH_ACCOUNT=	Maproom
USE_GL=	gl
USE_QT=		5compat base declarative positioning tools webchannel \
		webengine

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>