freebsd-ports/astro/stellarsolver/Makefile
Jose Alonso Cardenas Marquez 85ccf09471
astro/stellasolver: Update to 2.5
- astro/kstars: Bump PORTREVISION

ChangeLog at:	https://github.com/rlancaste/stellarsolver/releases/tag/2.5
2023-09-20 19:59:55 -05:00

24 lines
558 B
Makefile

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>