diff options
author | pav <pav@FreeBSD.org> | 2005-07-14 10:54:10 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-14 10:54:10 +0000 |
commit | 63265a9d545b5fba49f569ad11b133162629660c (patch) | |
tree | 68a1eb305a87d1ae92c484dd83b2133cc7c55ab3 /math/Makefile | |
parent | c477abac26ae2cd586f0541ef541149e291b35ee (diff) | |
download | FreeBSD-ports-63265a9d545b5fba49f569ad11b133162629660c.zip FreeBSD-ports-63265a9d545b5fba49f569ad11b133162629660c.tar.gz |
wxMaxima is a wxWidgets GUI for the computer algebra system maxima.
Most of maxima functions are accessible through menus, some have
dialogs. The input line has command history (up-key, down-key) and
completion based on previous input (tab-key).
wxMaxima provides 2d formated display of maxima output.
PR: ports/83374
Submitted by: Nicola Vitale <nivit@email.it>
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 df7038d..4cd839b 100644 --- a/math/Makefile +++ b/math/Makefile @@ -275,6 +275,7 @@ SUBDIR += wingz SUBDIR += wingz3 SUBDIR += wmcalc + SUBDIR += wxMaxima SUBDIR += xgfe SUBDIR += xgobi SUBDIR += xgraph |