Ticket #12793: Portfile

File Portfile, 820 bytes (added by tdflavius@…, 17 years ago)
Line 
1PortSystem 1.0
2name            sid
3version         1.10
4revision        0
5categories      devel
6maintainers     
7description     Syntax Improving Device: a LL(1) parser generator
8long_description \
9                Sid is an LL(1) parser generator. The input grammar \
10                need not be LL(1) as sid will attempt to transform \
11                it to an LL(1) grammar. The grammar file and the action \
12                action files are kept separated for better portability.
13
14homepage        http://www.tendra.org/projects/sid/
15platforms       darwin
16
17master_sites    http://www.tendra.org/download/stable/releases/sid/
18checksums       md5  2b2efdcb72d60a2387eba35fe5a6bac4 \
19                sha1 f73b7fc277170461693dbd2441cf90b00cbce074 \
20                rmd160 b5cb87cfa5affbd7290484a610607adcfa9148ee
21
22depends_lib     port:libxslt port:docbook-xsl port:docbook-xml
23use_configure   no
24destroot.args   PREFIX=$destroot$prefix _MANDIR=$destroot$prefix/share/man