Files
ports/math/gsl/Makefile
T
Max Brazhnikov 0b5befc569 math/gsl: Update to 2.8
Changes: https://cgit.git.savannah.gnu.org/cgit/gsl.git/tree/NEWS

PR:		292499
Exp-run by:	antoine
2026-01-29 16:16:00 +03:00

30 lines
615 B
Makefile

PORTNAME= gsl
PORTVERSION= 2.8
CATEGORIES= math
MASTER_SITES= GNU
MAINTAINER= kde@FreeBSD.org
COMMENT= The GNU Scientific Library - mathematical libs
WWW= https://www.gnu.org/software/gsl
LICENSE= GPLv3
USES= libtool pathfix
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
INFO= gsl-ref
#prevent regression test coredumps from causing failures on the
#package-building cluster:
.ifndef(MAINTAINER_MODE)
CORELIMIT?= /usr/bin/limits -Sc 0
.endif
check regression-test test: build
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${CORELIMIT} ${MAKE_CMD} \
${MAKE_ARGS} check
.include <bsd.port.mk>