Ticket #10043: Portfile

File Portfile, 1.2 KB (added by ehainry@…, 18 years ago)

Portfile with patchfiles line

Line 
1# $Id: Portfile,v 1.4 2006/04/14 13:12:57 mww Exp $
2PortSystem 1.0
3
4name            rubber
5version         1.1
6revision        1
7patchfiles      patch-ab patch-ac
8categories      print
9maintainers     ehainry@free.fr
10description     An automated system for building LaTeX documents
11long_description        This is a building system for LaTeX documents.\
12    It is based on a routine that runs just as many compilations as\
13    necessary.  The module system provides a great flexibility that\
14    virtually allows support for any package with no user intervention,\
15    as well as pre- and post-processing of the document. The standard\
16    modules currently provide support for bibtex, dvips, dvipdfm,\
17    pdftex, makeindex.  A good number of standard packages are supported,\
18    including graphics/graphicx (with automatic conversion between\
19    various formats and Metapost compilation).
20
21platforms       darwin freebsd
22homepage        http://www.pps.jussieu.fr/~beffara/soft/rubber/
23master_sites    http://ebeffara.free.fr/pub/
24checksums       md5 8087cdb498f51f91c2427c7d0b253189
25depends_run     bin:bibtex:teTeX bin:python:python23
26
27configure.args  --python=python2.3 --mandir=${destroot}${prefix}/share/man \
28                --infodir=${destroot}${prefix}/share/info
29destroot.args   prefix=${destroot}/${prefix}
30