aboutsummaryrefslogtreecommitdiff
path: root/astro/stellarsolver/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'astro/stellarsolver/Makefile')
-rw-r--r--astro/stellarsolver/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/astro/stellarsolver/Makefile b/astro/stellarsolver/Makefile
index f73d693398d7..63bf8abdfb28 100644
--- a/astro/stellarsolver/Makefile
+++ b/astro/stellarsolver/Makefile
@@ -1,10 +1,10 @@
PORTNAME= stellarsolver
-DISTVERSION= 1.5
-PORTREVISION= 1
+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
@@ -12,11 +12,13 @@ LIB_DEPENDS= libcfitsio.so:astro/cfitsio \
libgsl.so:math/gsl \
libwcs.so:astro/wcslib
-USES= cmake iconv ninja qt:5 pkgconfig
-USE_QT= buildtools concurrent core gui qmake_build network widgets
+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>