diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-04-13 15:40:16 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-04-13 15:40:16 +0000 |
commit | c3c9a3a6ae554f904de3ffb90186f1b20df4da4d (patch) | |
tree | be6f693dcaee364219f863d12108e7171294bb6c /math | |
parent | 71c303a8480c0d569e5ceb50693df3a35b718e82 (diff) | |
download | pkgsrc-c3c9a3a6ae554f904de3ffb90186f1b20df4da4d.tar.gz |
Add Makefile and pkg/COMMENT for math categorie. Enable py-Numeric.
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 38 | ||||
-rw-r--r-- | math/pkg/COMMENT | 1 |
2 files changed, 39 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile new file mode 100644 index 00000000000..ecdb68a4bc1 --- /dev/null +++ b/math/Makefile @@ -0,0 +1,38 @@ +# $NetBSD: Makefile,v 1.1 1998/04/13 15:40:16 frueauf Exp $ +# FreeBSD Id: Makefile,v 1.38 1998/04/13 00:51:58 jseger Exp +# + +# SUBDIR += Scilab +# SUBDIR += apc +# SUBDIR += blas +# SUBDIR += calc +# SUBDIR += calctool +# SUBDIR += eispack +# SUBDIR += femlab +# SUBDIR += fftpack +# SUBDIR += freefem +# SUBDIR += fudgit +# SUBDIR += gnuplot +# SUBDIR += hexcalc +# SUBDIR += lapack +# SUBDIR += libranlib +# SUBDIR += linpack +# SUBDIR += numpy +# SUBDIR += octave +# SUBDIR += oleo +# SUBDIR += p5-MatrixReal +# SUBDIR += pari +# SUBDIR += plplot + SUBDIR += py-Numeric +# SUBDIR += siag +# SUBDIR += simpack +# SUBDIR += ss +# SUBDIR += umatrix +# SUBDIR += wingz +# SUBDIR += xgfe +# SUBDIR += xgraph +# SUBDIR += xlispstat +# SUBDIR += xplot +# SUBDIR += xspread + +.include <bsd.port.subdir.mk> diff --git a/math/pkg/COMMENT b/math/pkg/COMMENT new file mode 100644 index 00000000000..73dc8d69cc6 --- /dev/null +++ b/math/pkg/COMMENT @@ -0,0 +1 @@ +Mathematics. |