aboutsummaryrefslogtreecommitdiff
path: root/math/libsharp2/Makefile
blob: e7d70140978234b9034f6bf305409496f19916aa (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_COMMIT=	54856313a5fcfb6a33817b7dfa28c4b1965ffbd1

GNU_CONFIGURE=	yes

INSTALL_TARGET=	install-strip

.include <bsd.port.mk>