diff options
author | stephen <stephen@FreeBSD.org> | 2011-09-12 23:36:31 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2011-09-12 23:36:31 +0800 |
commit | cc01c8afcf0a9ee41bc92d8aafc2e7a2c1e18a12 (patch) | |
tree | 4e3715eb73db46563427f8a131bf760f7853d713 /math/Makefile | |
parent | 5992ef47649cad3e9528b3264d76048c7bd45e9c (diff) | |
download | freebsd-ports-gnome-cc01c8afcf0a9ee41bc92d8aafc2e7a2c1e18a12.tar.gz freebsd-ports-gnome-cc01c8afcf0a9ee41bc92d8aafc2e7a2c1e18a12.tar.zst freebsd-ports-gnome-cc01c8afcf0a9ee41bc92d8aafc2e7a2c1e18a12.zip |
- New port math/octave-forge-secs3d.
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.
This is secs3d. A Drift-Diffusion simulator for 3d semiconductor devices.
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 9bfca9d5a0a7..77cff833018c 100644 --- a/math/Makefile +++ b/math/Makefile @@ -286,6 +286,7 @@ SUBDIR += octave-forge-quaternion SUBDIR += octave-forge-secs1d SUBDIR += octave-forge-secs2d + SUBDIR += octave-forge-secs3d SUBDIR += octave-forge-signal SUBDIR += octave-forge-simp SUBDIR += octave-forge-sockets |