diff options
author | miwi <miwi@FreeBSD.org> | 2010-02-13 19:25:26 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-02-13 19:25:26 +0800 |
commit | fcad693da5114ad106c6877d46b92a2360cd2f77 (patch) | |
tree | 97d7bfb2ad1ddf6c5f7d9165190795d59784eb4f /math/Makefile | |
parent | e48f5c7c5b4bb51187a32b738465a19b0280071f (diff) | |
download | freebsd-ports-gnome-fcad693da5114ad106c6877d46b92a2360cd2f77.tar.gz freebsd-ports-gnome-fcad693da5114ad106c6877d46b92a2360cd2f77.tar.zst freebsd-ports-gnome-fcad693da5114ad106c6877d46b92a2360cd2f77.zip |
JEuclid is a complete MathML rendering solution, consisting of: a MathViewer
application, command line converters from MathML to other formats, an ant
task for autmated conversion, display components for AWT and Swing and a
component for Apache Cocoon.
WWW: http://jeuclid.sourceforge.net/
PR: ports/143861
Submitted by: Rob Farmer <rfarmer@predatorlabs.net> (maintainer)
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 564de28c6b05..b6380e7ed042 100644 --- a/math/Makefile +++ b/math/Makefile @@ -132,6 +132,7 @@ SUBDIR += jama SUBDIR += javanns SUBDIR += javaview + SUBDIR += jeuclid SUBDIR += jlatexmath SUBDIR += jsmath SUBDIR += jsmath-fonts |