# $Id: Portfile,v 1.4 2006/04/14 13:12:57 mww Exp $
PortSystem 1.0

name		rubber
version		1.1
categories	print
maintainers	ehainry@free.fr
description	An automated system for building LaTeX documents
long_description	This is a building system for LaTeX documents.\
    It is based on a routine that runs just as many compilations as\
    necessary.  The module system provides a great flexibility that\
    virtually allows support for any package with no user intervention,\
    as well as pre- and post-processing of the document. The standard\
    modules currently provide support for bibtex, dvips, dvipdfm,\
    pdftex, makeindex.  A good number of standard packages are supported,\
    including graphics/graphicx (with automatic conversion between\
    various formats and Metapost compilation).

platforms	darwin freebsd
homepage	http://www.pps.jussieu.fr/~beffara/soft/rubber/
master_sites 	http://ebeffara.free.fr/pub/
checksums	md5 8087cdb498f51f91c2427c7d0b253189
depends_run	bin:bibtex:teTeX bin:python:python23

configure.args 	--python=python2.3 --mandir=${destroot}${prefix}/share/man \
		--infodir=${destroot}${prefix}/share/info
destroot.args	prefix=${destroot}/${prefix} 

