openbsd-ports/math/Makefile
espie 100f0c7870 SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus
breaking cd /usr/ports && SUBDIR=some/path make something for
category makefiles. While there, also put spaces around += uniformously.
okay naddy@, jasper@
2010-02-01 17:00:12 +00:00

97 lines
2.4 KiB
Makefile

# $OpenBSD: Makefile,v 1.90 2010/02/01 17:00:13 espie Exp $
#
SUBDIR =
SUBDIR += R
SUBDIR += aamath
SUBDIR += abs
SUBDIR += amd
SUBDIR += arpack
SUBDIR += blas
SUBDIR += calc
SUBDIR += calcoo
SUBDIR += cblas
SUBDIR += cfitsio
SUBDIR += coq
SUBDIR += ecm
SUBDIR += eigen
SUBDIR += fann
SUBDIR += fftw
SUBDIR += fftw3
SUBDIR += fftw3,float
SUBDIR += freemat
SUBDIR += galculator
SUBDIR += geg
SUBDIR += ginac
SUBDIR += gnumeric
SUBDIR += gnuplot
SUBDIR += gnuplot,no_x11
SUBDIR += grace
SUBDIR += graphviz
SUBDIR += grpn
SUBDIR += hc
SUBDIR += hexcalc
SUBDIR += hoc
SUBDIR += jacal
SUBDIR += kst
SUBDIR += lapack
SUBDIR += libneural
SUBDIR += maple
SUBDIR += maple-share
SUBDIR += mathomatic
SUBDIR += matio
SUBDIR += maxima
SUBDIR += mcl
SUBDIR += mcsim
SUBDIR += minisat
SUBDIR += moo
SUBDIR += netcdf
SUBDIR += ntl
SUBDIR += octave
SUBDIR += p5-AI-FANN
SUBDIR += p5-AI-NeuralNet-BackProp
SUBDIR += p5-AI-NeuralNet-Kohonen
SUBDIR += p5-AI-NeuralNet-Kohonen-Visual
SUBDIR += p5-AI-NeuralNet-Mesh
SUBDIR += p5-AI-Perceptron
SUBDIR += p5-Algorithm-NaiveBayes
SUBDIR += p5-Bit-Vector
SUBDIR += p5-Chart-Math-Axis
SUBDIR += p5-Data-PowerSet
SUBDIR += p5-GraphViz
SUBDIR += p5-Math-Base36
SUBDIR += p5-Math-Bezier
SUBDIR += p5-Math-BigInt-GMP
SUBDIR += p5-Math-Calc-Units
SUBDIR += p5-Math-Derivative
SUBDIR += p5-Math-FFT
SUBDIR += p5-Math-Fibonacci
SUBDIR += p5-Math-Fibonacci-Phi
SUBDIR += p5-Math-GMP
SUBDIR += p5-Math-MatrixReal
SUBDIR += p5-Math-Pari
SUBDIR += p5-Math-Round
SUBDIR += p5-Math-Spline
SUBDIR += p5-Math-Symbolic
SUBDIR += p5-Math-SymbolicX-ParserExtensionFactory
SUBDIR += p5-Math-VecStat
SUBDIR += p5-Set-IntSpan
SUBDIR += p5-Statistics-Contingency
SUBDIR += p5-Statistics-Descriptive
SUBDIR += pari
SUBDIR += plplot
SUBDIR += py-Numeric
SUBDIR += py-gnuplot
SUBDIR += py-numpy
SUBDIR += py-probstat
SUBDIR += py-scipy
SUBDIR += qtoctave
SUBDIR += sc
SUBDIR += umfpack
SUBDIR += wcalc
SUBDIR += wmcalc
SUBDIR += xspread
SUBDIR += yorick
.include <bsd.port.subdir.mk>