freebsd-ports/math/gsl/Makefile

37 lines
764 B
Makefile
Raw Normal View History

# Created by: Andrew L. Neporada <andrew@chg.ru>
# $FreeBSD$
2000-04-14 09:20:58 +02:00
PORTNAME= gsl
PORTVERSION= 1.16
PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= GNU
MAINTAINER= bf@FreeBSD.org
2003-02-21 13:51:06 +01:00
COMMENT= The GNU Scientific Library - mathematical libs
LICENSE= GPLv3
USES= libtool makeinfo pathfix
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= MAKEINFO='makeinfo --no-split'
INSTALL_TARGET= install-strip
INFO= gsl-ref
2001-07-06 09:19:50 +02:00
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>