Portfile

# $Id: Portfile 23038 2007-03-23 02:34:33Z pipping@macports.org $

PortSystem 1.0

name hevea
version 1.09
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 sha1 7df360c53f7f943e12c41cb27d569499be9c0215 \
rmd160 a0b8e220db5d656a34ee5d3867b64a79139b47bd
depends_build bin:ocamlc:ocaml
configure {
cd ${worksrcpath}
reinplace "s|PREFIX=/usr/local|PREFIX=${prefix}|" Makefile
reinplace "s|DESTDIR=|DESTDIR=${destroot}|" Makefile
}