freebsd-ports/math/gsl/Makefile
Pav Lucistnik fe2c304011 - Pretend we don't have ieee functionality on sparc64, amd64 and ia64,
thus fixing build there
- Axe html documentation, it disappeared from master site

PR:		ports/59238
Approved by:	adamw (mentor)
2003-12-04 10:39:55 +00:00

43 lines
965 B
Makefile

# New ports collection makefile for: gsl
# Date created: 15 Feb 2000
# Whom: Andrew L. Neporada <andrew@chg.ru>
#
# $FreeBSD$
#
PORTNAME= gsl
PORTVERSION= 1.4
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEWARE}
MASTER_SITE_SUBDIR= ${PORTNAME}
.if !defined(NOPORTDOCS)
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${GSLREF}
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
.endif
MAINTAINER= ports@FreeBSD.org
COMMENT= The GNU Scientific Library - mathematical libs
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV+= MAKEINFO='makeinfo --no-split'
MAN1= gsl-config.1 gsl-randist.1 gsl-histogram.1
MAN3= gsl.3
INFO= gsl-ref
GSLREF= gsl-ref.ps.gz
IGNOREFILES= ${GSLREF}
post-extract:
${RM} -f ${WRKSRC}/doc/gsl-ref.info*
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/gsl
${INSTALL_DATA} ${_DISTDIR}/${GSLREF} ${PREFIX}/share/doc/gsl
${GUNZIP_CMD} ${PREFIX}/share/doc/gsl/${GSLREF}
.endif
.include <bsd.port.mk>