blob: cd0d2a2a36447b24e6ea4a3e3b10694ef5b98649 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
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
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>
|