aboutsummaryrefslogtreecommitdiff
path: root/astro/stellarsolver/Makefile
blob: 63bf8abdfb2854a2e589c316ab4e9645a6d116f6 (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
PORTNAME=	stellarsolver
DISTVERSION=	2.5
CATEGORIES=	astro

MAINTAINER=	acm@FreeBSD.org
COMMENT=	Astrometric Plate Solver built on Astrometry.net and SEP
WWW=		https://github.com/rlancaste/stellarsolver

LICENSE=	GPLv3

LIB_DEPENDS=	libcfitsio.so:astro/cfitsio \
		libgsl.so:math/gsl \
		libwcs.so:astro/wcslib

USES=		cmake desktop-file-utils iconv ninja qt:5 pkgconfig
USE_QT=		buildtools concurrent core gui qmake:build network widgets
USE_GITHUB=	yes
GH_ACCOUNT=	rlancaste

USE_LDCONFIG=	yes

CMAKE_ARGS+=	-DBUILD_BATCH_SOLVER=on

.include <bsd.port.mk>