# $Id: Portfile,v 1.3 2005/09/27 21:33:06 mww Exp $ PortSystem 1.0 name hevea version 1.08 categories textproc www maintainers reilles@loria.fr description HEVEA is a quite complete and fast LATEX to HTML translator. long_description HEVEA is a LaTeX to HTML translator.\ The input language is a fairly complete subset\ of LaTeX2e (old LaTeX style is also accepted) and\ the output language is HTML that is (hopefully)\ correct with respect to version 4.0 (transitional) homepage http://pauillac.inria.fr/~maranget/hevea/ master_sites ${homepage}/distri/ checksums md5 1a93c1924b817e54531abf74f0b34d4b depends_build bin:ocamlc:ocaml configure { cd ${worksrcpath} reinplace "s|PREFIX=/usr/local|PREFIX=${prefix}|" Makefile reinplace "s|DESTDIR=|DESTDIR=${destroot}|" Makefile }