diff options
author | wiz <wiz> | 2000-02-25 01:04:11 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-02-25 01:04:11 +0000 |
commit | 7ba6e19cd22f3c141e767581375020336beafcc9 (patch) | |
tree | 5922622805f6c57a7c7c84cb4052390c0dc0ee45 /math | |
parent | c7388ab89db75cc3c8a5a2e5692d8b5f774dcf35 (diff) | |
download | pkgsrc-7ba6e19cd22f3c141e767581375020336beafcc9.tar.gz |
remove commented out SUBDIR += lines for packages that never got
converted from FreeBSD, or have been disabled since. Sorted lines
alphabetically, added some missing directories.
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 31 |
1 files changed, 2 insertions, 29 deletions
diff --git a/math/Makefile b/math/Makefile index 3e5f37b5b7a..2b4cdd80505 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,54 +1,27 @@ -# $NetBSD: Makefile,v 1.21 2000/02/20 14:41:45 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.22 2000/02/25 01:04:14 wiz Exp $ # FreeBSD Id: Makefile,v 1.38 1998/04/13 00:51:58 jseger Exp # SUBDIR += R SUBDIR += abacus SUBDIR += abs -# SUBDIR += apc -# SUBDIR += blas -# SUBDIR += calc -# SUBDIR += calctool SUBDIR += cassowary -# SUBDIR += eispack -# SUBDIR += femlab -# SUBDIR += fftpack SUBDIR += fftw -# SUBDIR += freefem -# SUBDIR += fudgit SUBDIR += geg -# SUBDIR += gnuplot SUBDIR += gnumeric SUBDIR += grace SUBDIR += grpn SUBDIR += gsl -# SUBDIR += hexcalc -# SUBDIR += lapack -# SUBDIR += libranlib -# SUBDIR += linpack -# SUBDIR += numpy + SUBDIR += libffm SUBDIR += octave -# SUBDIR += oleo -# SUBDIR += p5-MatrixReal -# SUBDIR += pari -# SUBDIR += plplot SUBDIR += pspp SUBDIR += py-Numeric SUBDIR += sc SUBDIR += scilab -# SUBDIR += siag -# SUBDIR += simpack -# SUBDIR += ss -# SUBDIR += umatrix SUBDIR += vista -# SUBDIR += wingz -# SUBDIR += xgfe -# SUBDIR += xgraph SUBDIR += xldlas SUBDIR += xlispstat SUBDIR += xmgr -# SUBDIR += xplot -# SUBDIR += xspread SUBDIR += yacas .include "../mk/bsd.pkg.subdir.mk" |