blob: 030f9613d55ede4d4a6638fe2db130530195e38e (
plain)
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
|
PORTNAME= stellarsolver
DISTVERSION= 2.4
PORTREVISION= 2
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>
|