diff options
author | fredb <fredb@pkgsrc.org> | 2000-02-08 12:05:02 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2000-02-08 12:05:02 +0000 |
commit | 88d29b124021be084c3d5f3ba100f4f1234be9ed (patch) | |
tree | cf9c9b61a2cfbd2af1e840946d80b457f279a250 /math/gsl/Makefile | |
parent | 2acbf123f278aa98cd9d86543b56bc412a3cad13 (diff) | |
download | pkgsrc-88d29b124021be084c3d5f3ba100f4f1234be9ed.tar.gz |
Initial import of gsl-0.5, the GNU Scientific Library
(GSL), a collection of routines for numerical computing.
Package submitted by David Maxwell <david@fundy.ca>.
Diffstat (limited to 'math/gsl/Makefile')
-rw-r--r-- | math/gsl/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/math/gsl/Makefile b/math/gsl/Makefile new file mode 100644 index 00000000000..b6f1fac9175 --- /dev/null +++ b/math/gsl/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/02/08 12:05:02 fredb Exp $ +# + +DISTNAME= gsl-0.5 +CATEGORIES= math devel +MASTER_SITES= ftp://sourceware.cygnus.com/pub/gsl/ + +MAINTAINER= David Maxwell <david@maxwell.net> +HOMEPAGE= http://sourceware.cygnus.com/gsl/ + +GNU_CONFIGURE= yes +USE_GTEXINFO= yes + +.include "../../mk/bsd.pkg.mk" |