diff options
author | miwi <miwi@FreeBSD.org> | 2011-02-11 00:28:42 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-02-11 00:28:42 +0800 |
commit | 43835dfe499137880e757418d6004221eb2d5188 (patch) | |
tree | cb55d707b927c3e5cecfafb5db06013536bd86e1 /math/Makefile | |
parent | 3fc2614a628d61dce461ed3ccb15d95fe8ae4b65 (diff) | |
download | freebsd-ports-gnome-43835dfe499137880e757418d6004221eb2d5188.tar.gz freebsd-ports-gnome-43835dfe499137880e757418d6004221eb2d5188.tar.zst freebsd-ports-gnome-43835dfe499137880e757418d6004221eb2d5188.zip |
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 fl-core.
The package contains code for basic functions in Fuzzy Logic for Octave.
WWW: http://octave.sourceforge.net/
PR: ports/154580
Submitted by: Stephen Montgomery-Smith <stephen at 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 85739e25684a..7618bb8caba6 100644 --- a/math/Makefile +++ b/math/Makefile @@ -234,6 +234,7 @@ SUBDIR += octave-forge-fenv SUBDIR += octave-forge-financial SUBDIR += octave-forge-fits + SUBDIR += octave-forge-fl-core SUBDIR += octave-forge-fpl SUBDIR += octave-forge-ga SUBDIR += octave-forge-general |