diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-04-07 12:11:06 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-04-07 12:11:06 +0000 |
commit | bb07ff6cca86696f5867efd6a1be67c2186ce469 (patch) | |
tree | 378d7d990bf0c0057a2106368287a99ca2f32385 /math/gsl/Makefile | |
parent | a8f2c65301b70b6c497dbb38d997c1552218981d (diff) |
Notes
Diffstat (limited to 'math/gsl/Makefile')
-rw-r--r-- | math/gsl/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile new file mode 100644 index 000000000000..475aa18e5c92 --- /dev/null +++ b/math/gsl/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: gsl +# Version required: 0.5 +# Date created: 15 Feb 2000 +# Whom: Andrew L. Neporada <andrew@chg.ru> +# +# $FreeBSD$ +# + +DISTNAME= gsl-0.5 +CATEGORIES= math +MASTER_SITES= ftp://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} + +MAINTAINER= andrew@chg.ru + +GNU_CONFIGURE= yes +.if !defined(NOPORTDOCS) +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} +.endif + +GSLREF= gsl-ref.ps.gz + +post-install: + strip ${PREFIX}/bin/gsl-histogram ${PREFIX}/bin/gsl-randist +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/gsl + ${INSTALL_MAN} ${DISTDIR}/gsl-ref.ps.gz ${PREFIX}/share/doc/gsl + ${GUNZIP_CMD} ${PREFIX}/share/doc/gsl/gsl-ref.ps.gz +.endif + +.include <bsd.port.mk> |