# $Id: Portfile,v 1.4 2003/08/05 09:29:19 jkh Exp $ PortSystem 1.0 name maxima version 5.9.0 categories math maintainers gwright@comcast.net platforms darwin description The Maxima computer algebra system long_description \ The Maxima computer algebra system is a descendant \ of DOE Macsyma, a version of MIT's Macsyma whose \ development was supported by the U.S. Department of Energy. \ Through the effort of the late William Shelter of the \ University of Texas, it was released under the GNU \ General Public License. It is one of the more \ comprehensive and powerful computer algebra systems \ available as open source. #bugs The graphical interfaces (xmaxima and the maxima session \ # mode of TeXmacs) are still quite immature and prone to \ # hang. # \ # The not all of the printable documentation can be built \ # from the top level makefile yet. The printable_doc variant \ # builds the reference manual in dvi format and forces its \ # installation into ${prefix}/share/maxima//doc/dvi. homepage http://maxima.sourceforge.net/ master_sites http://telia.dl.sourceforge.net/sourceforge/maxima/ \ http://unc.dl.sourceforge.net/sourceforge/maxima/ \ http://umn.dl.sourceforge.net/sourceforge/maxima/ \ http://belnet.dl.sourceforge.net/sourceforge/maxima/ \ http://switch.dl.sourceforge.net/sourceforge/maxima/ \ http://twtelecom.dl.sourceforge.net/sourceforge/maxima/ \ http://flow.dl.sourceforge.net/sourceforge/maxima/ \ http://cesnet.dl.sourceforge.net/sourceforge/maxima/ checksums md5 a1d6d6ed6afb0eebf03df865c0a19f19 depends_build bin:clisp:clisp depends_run bin:wish:tk configure.args --enable-clisp --with-clisp=${prefix}/bin/clisp variant printable_doc { depends_build bin:latex:teTeX build.target all dvi pre-destroot { system "install -d -m 755 ${destroot}/${prefix}/share/${name}/${version}/doc/dvi" system "install -c -m 644 ${workpath}/${worksrcdir}/doc/info/maxima.dvi ${destroot}/${prefix}/share/${name}/${version}/doc/dvi" } }