diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-19 13:22:15 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-19 13:22:15 +0000 |
commit | 32c616cd74f090e3cf2e0b46c22eb656330d8f65 (patch) | |
tree | de3e48077ec9ee7dfb72b2a0d7263302c69452ca /math/maxima/files/maxima.sh | |
parent | New Port: ports/lang/screamer (diff) |
New Port: ports/math/maxima
Maxima is a Common Lisp implementation of MIT's Macsyma
system for computer based algebra.
PR: ports/39888
Submitted by: Scott Flatman <sf@dsinw.com>
Notes
Notes:
svn path=/head/; revision=73483
Diffstat (limited to 'math/maxima/files/maxima.sh')
-rw-r--r-- | math/maxima/files/maxima.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/math/maxima/files/maxima.sh b/math/maxima/files/maxima.sh new file mode 100644 index 000000000000..7aa672df230d --- /dev/null +++ b/math/maxima/files/maxima.sh @@ -0,0 +1,5 @@ +#!/bin/sh +MAXIMA_CORE="@MAXIMAPREFIX@src/maxima_core" +LISP="@LISPPREFIX@lisp" + +${LISP} -core ${MAXIMA_CORE} -eval "(maxima::macsyma-top-level)" |