diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 12:13:17 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 12:13:17 +0800 |
commit | 4678faa2cd5e5bfcd69a389faa038f6d429fe617 (patch) | |
tree | 56163c76ba8c74694ff3e81d94bf87b0f83b7fc4 /math/Makefile | |
parent | 848d1bf9d7bf2d9e7276ddaf04a9f1a41944663d (diff) | |
download | freebsd-ports-gnome-4678faa2cd5e5bfcd69a389faa038f6d429fe617.tar.gz freebsd-ports-gnome-4678faa2cd5e5bfcd69a389faa038f6d429fe617.tar.zst freebsd-ports-gnome-4678faa2cd5e5bfcd69a389faa038f6d429fe617.zip |
Add port math/octave-forge-octcdf
This is octcdf. A NetCDF interface for octave
The octave-forge package is the result of The GNU Octave Repositry project,
which is intended to be a central location for custom scripts, functions and
extensions for GNU Octave. contains the source for all the functions plus
build and install scripts.
PR: 127030
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 1167078df4a6..d6f5f1049f98 100644 --- a/math/Makefile +++ b/math/Makefile @@ -203,6 +203,7 @@ SUBDIR += octave-forge-missing-functions SUBDIR += octave-forge-multicore SUBDIR += octave-forge-nan + SUBDIR += octave-forge-octcdf SUBDIR += oleo SUBDIR += orpie SUBDIR += p5-AI-DecisionTree |