Ticket #2248: Portfile

File Portfile, 1.0 KB (added by reilles@…, 20 years ago)

The portfile, which works fine (at least for me)

Line 
1
2PortSystem 1.0
3
4name            rubber
5version         0.99.8
6categories      print
7maintainers     reilles@loria.fr
8description     An automated system for building LaTeX documents
9long_description        This is a building system for LaTeX documents.\
10    It is based on a routine that runs just as many compilations as\
11    necessary.  The module system provides a great flexibility that\
12    virtually allows support for any package with no user intervention,\
13    as well as pre- and post-processing of the document. The standard\
14    modules currently provide support for bibtex, dvips, dvipdfm,\
15    pdftex, makeindex.  A good number of standard packages are supported,\
16    including graphics/graphicx (with automatic conversion between\
17    various formats and Metapost compilation).
18
19platforms       darwin freebsd
20homepage        http://rubber.sourceforge.net
21master_sites http://ebeffara.free.fr/pub/
22checksums       md5 c912145b76786038fb954342d9840028
23depends_run    bin:bibtex:teTeX bin:python:python23
24
25configure.args --python=python2.3
26destroot.args  prefix=${destroot}/${prefix}
27