diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 12:03:28 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 12:03:28 +0800 |
commit | a464ac96aff7c5e1c1577d669f8e95460e265a05 (patch) | |
tree | 74f7c185354622dbcda3880b2491df07b3cd3ff1 /math/Makefile | |
parent | dcb737985b7c359373cec4b3b453a0c41dfa6407 (diff) | |
download | freebsd-ports-gnome-a464ac96aff7c5e1c1577d669f8e95460e265a05.tar.gz freebsd-ports-gnome-a464ac96aff7c5e1c1577d669f8e95460e265a05.tar.zst freebsd-ports-gnome-a464ac96aff7c5e1c1577d669f8e95460e265a05.zip |
Add port math/octave-forge-miscellaneous
This is miscellaneous.
Miscellaneous tools including waitbar, xml tools, etc
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 09a63db12cf8..d48e07f811af 100644 --- a/math/Makefile +++ b/math/Makefile @@ -199,6 +199,7 @@ SUBDIR += octave-forge-integration SUBDIR += octave-forge-io SUBDIR += octave-forge-linear-algebra + SUBDIR += octave-forge-miscellaneous SUBDIR += oleo SUBDIR += orpie SUBDIR += p5-AI-DecisionTree |