2001-02-25 16:27:17 +01:00
|
|
|
# New ports collection makefile for: gsl
|
|
|
|
# Date created: 15 Feb 2000
|
|
|
|
# Whom: 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
|
2009-01-12 21:35:22 +01:00
|
|
|
PORTVERSION= 1.12
|
2000-04-07 14:11:06 +02:00
|
|
|
CATEGORIES= math
|
2006-05-06 03:27:38 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:S/$/:gsl/} \
|
|
|
|
http://www.gnu.org/software/${PORTNAME}/manual/:gslref
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}/:gsl
|
2007-12-15 19:41:43 +01:00
|
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:gsl
|
2000-04-07 14:11:06 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
2007-12-15 19:41:43 +01:00
|
|
|
DISTFILES+= ${GSLREF}:gslref
|
2000-04-07 14:11:06 +02:00
|
|
|
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
|
|
|
.endif
|
|
|
|
|
2009-06-07 20:51:21 +02:00
|
|
|
MAINTAINER= bf1783@gmail.com
|
2003-02-21 13:51:06 +01:00
|
|
|
COMMENT= The GNU Scientific Library - mathematical libs
|
2000-06-04 19:08:39 +02:00
|
|
|
|
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'
|
2001-02-25 16:27:17 +01:00
|
|
|
|
2001-09-03 04:03:54 +02:00
|
|
|
MAN1= gsl-config.1 gsl-randist.1 gsl-histogram.1
|
2001-07-06 09:19:50 +02:00
|
|
|
MAN3= gsl.3
|
2003-09-28 23:25:55 +02:00
|
|
|
INFO= gsl-ref
|
2001-07-06 09:19:50 +02:00
|
|
|
|
2000-04-07 14:11:06 +02:00
|
|
|
GSLREF= gsl-ref.ps.gz
|
2003-12-04 11:39:55 +01:00
|
|
|
IGNOREFILES= ${GSLREF}
|
2000-04-07 14:11:06 +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
|
|
|
|
2000-04-07 14:11:06 +02:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2001-02-25 16:27:17 +01:00
|
|
|
@${MKDIR} ${PREFIX}/share/doc/gsl
|
|
|
|
${INSTALL_DATA} ${_DISTDIR}/${GSLREF} ${PREFIX}/share/doc/gsl
|
2000-06-04 19:08:39 +02:00
|
|
|
${GUNZIP_CMD} ${PREFIX}/share/doc/gsl/${GSLREF}
|
2000-04-07 14:11:06 +02:00
|
|
|
.endif
|
|
|
|
|
2008-06-21 14:26:14 +02:00
|
|
|
regression-test:
|
|
|
|
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} check
|
|
|
|
|
2000-04-07 14:11:06 +02:00
|
|
|
.include <bsd.port.mk>
|