freebsd-ports/math/Makefile
Satoshi Asami 751790b51a Remove LOOP_VAR and replace it with tiny Makefiles using MASTERDIR to
share most files.  Repository copy the default to explicitly named
directories to avoid any confusion.  Greatly simplify the shared
Makefiles, since we are now in different subdirectories, we don't need
"a4-install" stuff.

While I'm here, consistently name the variables.  Here are the
guidelines (master port is in brackets)

DOCFORMAT:	[html] pdf ps
KONFONT:	14dot [16dot]
PAPERSIZE:	a4 [letter] letterdj
RESOLUTION:	118 240 [300] 360 400 600

"math/r" has been copied to "R-a4" and "R-letter", to follow the
spirit of the original port.  "japanese/kon" is renamed to "kon2-*",
since that seems to be the basename.
1998-11-20 04:15:15 +00:00

51 lines
1.0 KiB
Makefile

# $Id: Makefile,v 1.51 1998/10/26 11:59:39 vanilla Exp $
#
SUBDIR += R-a4
SUBDIR += R-letter
SUBDIR += Scilab
SUBDIR += add
SUBDIR += apc
SUBDIR += blas
SUBDIR += calc
SUBDIR += calctool
SUBDIR += eispack
SUBDIR += eval
SUBDIR += femlab
SUBDIR += fftpack
SUBDIR += freefem
SUBDIR += fudgit
SUBDIR += geg
SUBDIR += gnumeric
SUBDIR += gnuplot
SUBDIR += hexcalc
SUBDIR += lapack
SUBDIR += libranlib
SUBDIR += linpack
SUBDIR += metis
SUBDIR += numpy
SUBDIR += octave
SUBDIR += oleo
SUBDIR += p5-MatrixReal
SUBDIR += pari
SUBDIR += plplot
SUBDIR += pygist
SUBDIR += rng
SUBDIR += sc
SUBDIR += siag
SUBDIR += simpack
SUBDIR += ss
SUBDIR += superlu
SUBDIR += umatrix
SUBDIR += umfpack
SUBDIR += wingz
SUBDIR += xgfe
SUBDIR += xgraph
SUBDIR += xldlas
SUBDIR += xlispstat
SUBDIR += xmgr
SUBDIR += xplot
SUBDIR += xspread
.include <bsd.port.subdir.mk>