Ticket #545: Portfile

File Portfile, 764 bytes (added by wmalik@…, 21 years ago)

Portfile

Line 
1# $Id$
2
3PortSystem 1.0
4name            jikespg
5version         1.3
6categories      devel lang
7maintainers     waqar@opendarwin.org
8description     Jikes Parser Generator
9long_description    \
10        Jikes Parser Generator is the parser generator used by the Jikes \
11        Compiler. It takes as input an annotated version of the Java \
12        language grammar and produces as output program source and data \
13        that is part of the source for the Jikes compiler.
14platforms       darwin
15homepage        http://www.ibm.com/developerworks/oss/jikes
16master_sites    ftp://www-126.ibm.com/pub/jikes/JikesPG/1.3/
17checksums       md5 eba183713d9ae61a887211be80eeb21f
18worksrcdir      ${name}/src
19configure       {}
20install         { system "cd ${worksrcpath} && install -m 555 \
21                         ${name} ${destroot}${prefix}/bin/" }