1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/math/gsl/Makefile
Satoshi Asami ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00

35 lines
924 B
Makefile

# New ports collection makefile for: gsl
# Date created: 15 Feb 2000
# Whom: Andrew L. Neporada <andrew@chg.ru>
#
# $FreeBSD$
#
PORTNAME= gsl
PORTVERSION= 0.6
CATEGORIES= math
MASTER_SITES= ftp://sourceware.cygnus.com/pub/gsl/ \
ftp://ftp.freesoftware.com/pub/sourceware/gsl/ \
ftp://sunsite.org.uk/Mirrors/sourceware.cygnus.com/pub/gsl/ \
ftp://ftp.funet.fi/pub/mirrors/sourceware.cygnus.com/pub/gsl/ \
ftp://ftp.chg.ru/pub/math/gsl/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${GSLREF}
.if !defined(NOPORTDOCS)
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
.endif
MAINTAINER= andrew@chg.ru
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
GSLREF= gsl-ref.ps.gz
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/gsl
${INSTALL_MAN} ${DISTDIR}/${GSLREF} ${PREFIX}/share/doc/gsl
${GUNZIP_CMD} ${PREFIX}/share/doc/gsl/${GSLREF}
.endif
.include <bsd.port.mk>