# $Id: Portfile,v 1.2 2004/11/20 11:17:52 mww Exp $ PortSystem 1.0 name hevea version 1.07 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 561d7a2c10ea9e6a5b352c24d9b65998 depends_build bin:ocamlc:ocaml configure { cd ${worksrcpath} reinplace "s|BINDIR=/usr/local/bin|BINDIR=${destroot}${prefix}/bin|" Makefile reinplace "s|LIBDIR=/usr/local/lib/hevea|LIBDIR=${destroot}${prefix}/lib/hevea|" Makefile reinplace "s|DLIBDIR=.\"\$\{LIBDIR\}.\"|DLIBDIR=\\\\\"${prefix}/lib/hevea\\\\\"|g" Makefile reinplace "s|CPP=cpp -E -P|CPP=m4 -E -P|" Makefile }