Files
ports/math/libsharp2/Makefile
T
Daniel Engberg f8f3b56c47 math/libsharp2: Deprecate and set expiration date to 2025-06-30
Deprecated upsteam in 2021, upstream recommends migrating to ducc0

Reference: https://gitlab.mpcdf.mpg.de/mtr/libsharp

PR:		284102
Approved by:	maintainer timeout, 4+ months
2025-05-17 11:53:14 +02:00

28 lines
601 B
Makefile

PORTNAME= libsharp2
DISTVERSION= g20191210
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= Library for fast spherical harmonic transforms
WWW= https://gitlab.mpcdf.mpg.de/mtr/libsharp
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
DEPRECATED= Deprecated upstream in 2021, upstream recommends migrating to ducc0
EXPIRATION_DATE=2025-06-30
USES= autoreconf gmake libtool
USE_GITLAB= yes
GL_SITE= https://gitlab.mpcdf.mpg.de
GL_ACCOUNT= mtr
GL_PROJECT= libsharp
GL_TAGNAME= 54856313a5fcfb6a33817b7dfa28c4b1965ffbd1
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>