freebsd-ports/math/gsl/Makefile
Muhammad Moinur Rahman 6f7a6bdf68 math/gsl: Impelled to share/man
Approved by:    portmgr (blanket)
2024-01-23 14:47:41 +01:00

31 lines
678 B
Makefile

PORTNAME= gsl
PORTVERSION= 2.7.1
PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= GNU
MAINTAINER= tcberner@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
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
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>