2013-08-26 18:06:37 +02:00
|
|
|
# Created by: Andrew L. Neporada <andrew@chg.ru>
|
2000-04-07 14:11:06 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2000-04-14 09:20:58 +02:00
|
|
|
PORTNAME= gsl
|
2013-08-26 18:06:37 +02:00
|
|
|
PORTVERSION= 1.16
|
2014-09-16 21:04:09 +02:00
|
|
|
PORTREVISION= 2
|
2000-04-07 14:11:06 +02:00
|
|
|
CATEGORIES= math
|
2011-12-28 07:40:15 +01:00
|
|
|
MASTER_SITES= GNU
|
2000-04-07 14:11:06 +02:00
|
|
|
|
2010-07-08 14:51:37 +02:00
|
|
|
MAINTAINER= bf@FreeBSD.org
|
2003-02-21 13:51:06 +01:00
|
|
|
COMMENT= The GNU Scientific Library - mathematical libs
|
2000-06-04 19:08:39 +02:00
|
|
|
|
2011-05-09 18:42:27 +02:00
|
|
|
LICENSE= GPLv3
|
|
|
|
|
2014-08-17 15:09:56 +02:00
|
|
|
USES= libtool makeinfo pathfix
|
2007-09-23 08:02:41 +02:00
|
|
|
USE_LDCONFIG= yes
|
2001-06-24 09:54:09 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2003-09-28 23:25:55 +02:00
|
|
|
CONFIGURE_ENV+= MAKEINFO='makeinfo --no-split'
|
2014-08-17 15:09:56 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2001-02-25 16:27:17 +01:00
|
|
|
|
2003-09-28 23:25:55 +02:00
|
|
|
INFO= gsl-ref
|
2001-07-06 09:19:50 +02:00
|
|
|
|
2003-09-28 23:25:55 +02:00
|
|
|
post-extract:
|
2006-05-06 03:27:38 +02:00
|
|
|
@${RM} -f ${WRKSRC}/doc/gsl-ref.info*
|
2003-09-28 23:25:55 +02:00
|
|
|
|
2013-08-26 18:06:37 +02:00
|
|
|
#prevent regression test coredumps from causing failures on the
|
|
|
|
#package-building cluster:
|
|
|
|
.ifndef(MAINTAINER_MODE)
|
|
|
|
CORELIMIT?= /usr/bin/limits -Sc 0
|
|
|
|
.endif
|
|
|
|
|
2011-05-09 18:42:27 +02:00
|
|
|
check regression-test test: build
|
2013-08-26 18:06:37 +02:00
|
|
|
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${CORELIMIT} ${MAKE_CMD} \
|
|
|
|
${MAKE_ARGS} check
|
2008-06-21 14:26:14 +02:00
|
|
|
|
2014-03-03 13:06:38 +01:00
|
|
|
.include <bsd.port.mk>
|