opnsense-ports/math/ssht/Makefile
Franco Fichtner a3784e913e */*: sync with upstream
Taken from: FreeBSD
2023-03-14 08:04:35 +01: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>