diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-14 10:54:10 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-14 10:54:10 +0000 |
commit | da784807debbe51a4101e0306754ce27f09ac125 (patch) | |
tree | 1031fb9cf9bcbd5ba45dce9ac37a62d325305ebb /math/Makefile | |
parent | b5b1bc6d4b6c38457f928e654748dd56fe95bc15 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=139194
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 df7038d1b7be..4cd839bb1cef 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 |