mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
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
32 lines
702 B
Makefile
32 lines
702 B
Makefile
PORTNAME= symmetrica
|
|
DISTVERSION= 3.0.1
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Library with a collection of routines for combinatorial mathematics
|
|
WWW= https://gitlab.com/sagemath/symmetrica
|
|
|
|
LICENSE= PD
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= autoreconf gmake libtool
|
|
USE_GITLAB= yes
|
|
GL_ACCOUNT= sagemath
|
|
GL_TAGNAME= e29c85915f368d6fb2f89d703b6695ff29ab9eae
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-static
|
|
|
|
INSTALL_TARGET= install-strip
|
|
TEST_TARGET= check
|
|
|
|
PLIST_FILES= include/symmetrica.h \
|
|
include/${PORTNAME}/def.h \
|
|
include/${PORTNAME}/macro.h \
|
|
lib/libsymmetrica.so \
|
|
lib/libsymmetrica.so.2 \
|
|
lib/libsymmetrica.so.2.0.0
|
|
|
|
.include <bsd.port.mk>
|