diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 11:13:05 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 11:13:05 +0800 |
commit | 81f82edb722a06bbd039bf3984c5370adaa62d7e (patch) | |
tree | 7d9fa2eacf485745d7bed5b467966f29023d5847 /math/Makefile | |
parent | e37c06a5b74b0b6bfc9175d73ccba6ff8aa2bd57 (diff) | |
download | freebsd-ports-gnome-81f82edb722a06bbd039bf3984c5370adaa62d7e.tar.gz freebsd-ports-gnome-81f82edb722a06bbd039bf3984c5370adaa62d7e.tar.zst freebsd-ports-gnome-81f82edb722a06bbd039bf3984c5370adaa62d7e.zip |
Add port math/octave-forge-engine.
This is engine.
An external interface library 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 e58d001fd99f..6c15e1f54f6b 100644 --- a/math/Makefile +++ b/math/Makefile @@ -185,6 +185,7 @@ SUBDIR += octave-forge-arpack SUBDIR += octave-forge-audio SUBDIR += octave-forge-base + SUBDIR += octave-forge-engine SUBDIR += octave-forge-fpl SUBDIR += oleo SUBDIR += orpie |