7d1faa7179
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is backwards-compatible (accepting any commit hash as before), but also understands an actual tag name. Moving to tag names where appropriate is left to individual ports' maintainers. Approved by: portmgr (tcberner, mentor) Differential Revision: https://reviews.freebsd.org/D37077
24 lines
493 B
Makefile
24 lines
493 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
|
|
|
|
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>
|