1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/math/maxima/files/maxima.sh
Edwin Groothuis 32c616cd74 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>
2003-01-19 13:22:15 +00:00

6 lines
144 B
Bash

#!/bin/sh
MAXIMA_CORE="@MAXIMAPREFIX@src/maxima_core"
LISP="@LISPPREFIX@lisp"
${LISP} -core ${MAXIMA_CORE} -eval "(maxima::macsyma-top-level)"