1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/math/gsl/Makefile
Brendan Fabeny 6eb2d4a67a Attempt to fix the build on powerpc* by the same means used on Darwin and GNU/Linux
PR:		179857
Submitted by:	jhibbits, nwhitehorn
2014-03-03 12:06:38 +00:00

34 lines
686 B
Makefile

# Created by: Andrew L. Neporada <andrew@chg.ru>
# $FreeBSD$
PORTNAME= gsl
PORTVERSION= 1.16
CATEGORIES= math
MASTER_SITES= GNU
MAINTAINER= bf@FreeBSD.org
COMMENT= The GNU Scientific Library - mathematical libs
LICENSE= GPLv3
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= MAKEINFO='makeinfo --no-split'
INFO= gsl-ref
post-extract:
@${RM} -f ${WRKSRC}/doc/gsl-ref.info*
#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>