freebsd-ports/math/ssht/Makefile
Yuri Victorovich ada36887fa math/ssht: Update 1.5.1 → 1.5.2
Reported by:	portscout
2023-03-11 01:16:17 -08:00

23 lines
527 B
Makefile

PORTNAME= ssht
DISTVERSIONPREFIX= v
DISTVERSION= 1.5.2
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= Fast and exact spin spherical harmonic transforms
WWW= https://astro-informatics.github.io/ssht/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libfftw3.so:math/fftw3
USES= cmake:testing pkgconfig # tests clone cmocka, see https://github.com/astro-informatics/ssht/issues/63
USE_GITHUB= yes
GH_ACCOUNT= astro-informatics
CMAKE_ON= BUILD_SHARED_LIBS
CMAKE_OFF= BUILD_TESTING
.include <bsd.port.mk>