# $Id: Portfile,v 1.13 2005/05/02 05:04:10 toby Exp $ PortSystem 1.0 name tth version 3.67 categories textproc print maintainers digdog@opendarwin.org description a TeX to HTML transaltor 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. platforms darwin freebsd homepage http://hutchinson.belmont.ma.us/tth/ dist_subdir ${name}/${version} master_sites http://hutchinson.belmont.ma.us/tth/tth-noncom/ checksums md5 662a96beac7a3e399f42e0fe06bf134d distname ${portname}_C extract.suffix .tgz use_configure no 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}/share/man/man1" }