# $Id: Portfile,v 1.10 2004/01/15 07:53:05 toby Exp $ PortSystem 1.0 name tth version 3.30 revision 2 homepage http://hutchinson.belmont.ma.us/tth/ description a TeX to HTML transaltor categories textproc print platforms darwin freebsd maintainers digdog@opendarwin.org master_sites http://hutchinson.belmont.ma.us/tth/tth-noncom/ checksums md5 7f754189e1229e12d73e9e18208cf878 distname ${portname}_C extract.suffix .tgz configure {} build {cd ${workpath}/${distname}; system "cc -o ${portname} ${portname}.c" } destroot {cd ${workpath}/${distname}; system "install -c ${portname} ${destroot}/${prefix}/bin" system "install -c latex2gif ${destroot}/${prefix}/bin" system "install -c ps2gif ${destroot}/${prefix}/bin" system "install -c ps2png ${destroot}/${prefix}/bin" system "install -c ${portname}.1 ${destroot}/${prefix}/man/man1"} long_description TTH translates TEX, the predominant mark-up language for \ expressing mathematics, into HTML, the language of world-wide-web browsers. \ It thereby enables mathematical documents to be made available on the web. \ Document structure, using either the Plain or LaTeX macro packages, \ is also translated and incorporated in the form of hyperlinks.