# $Id: Portfile,v 1.4 2006/03/27 14:02:28 olegb 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 073c92c9408a9679a397ce65a076c796
depends_build 	bin:ocamlc:ocaml
configure {
  cd ${worksrcpath}
  reinplace "s|PREFIX=/usr/local|PREFIX=${prefix}|" Makefile
  reinplace "s|DESTDIR=|DESTDIR=${destroot}|" Makefile
}
