diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 15:35:59 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 15:35:59 +0800 |
commit | 5863f32f21889c59d9dd93bcbee72f94a7621247 (patch) | |
tree | 2d884edabd2847514537cd32996a98377eaafd90 /math/Makefile | |
parent | d4803db37fd1e9e616494d5ca9efe0acbba23b63 (diff) | |
download | freebsd-ports-gnome-5863f32f21889c59d9dd93bcbee72f94a7621247.tar.gz freebsd-ports-gnome-5863f32f21889c59d9dd93bcbee72f94a7621247.tar.zst freebsd-ports-gnome-5863f32f21889c59d9dd93bcbee72f94a7621247.zip |
Add port math/octave-forge-financial
This is financial.
Financial manipulation and plotting functions
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 88c093312dca..2ec2d762da80 100644 --- a/math/Makefile +++ b/math/Makefile @@ -191,6 +191,7 @@ SUBDIR += octave-forge-communications SUBDIR += octave-forge-econometrics SUBDIR += octave-forge-engine + SUBDIR += octave-forge-financial SUBDIR += octave-forge-fixed SUBDIR += octave-forge-fpl SUBDIR += octave-forge-ftp |