Ticket #16764: Portfile

File Portfile, 1004 bytes (added by iraikov (Ivan Raikov), 16 years ago)
Line 
1# $Id: Portfile 35991 2008-04-13 21:59:10Z waqar@macports.org $
2
3PortSystem 1.0
4name            chicken
5version         3.4.0
6categories      lang scheme
7maintainers     arto.bendiken@gmail.com waqar@macports.org
8description     Compiler for the Scheme programming language
9long_description        \
10        Chicken produces portable, efficient C, supports almost all     \
11        of the current Scheme language standard, the Revised5 Report    \
12        on the Algorithmic Language Scheme (R5RS ), and includes many   \
13        enhancements and extensions.
14homepage        http://www.call-with-current-continuation.org/
15platforms       darwin
16master_sites    http://chicken.wiki.br/releases/${version}
17distfiles       ${distname}${extract.suffix}
18checksums       md5 9299e9daa9c39cbd391975ce5e5aa7d9\
19                sha1 6a73186eb01e2aa952056cf2ccb8fa136f9fab4e
20use_configure   no
21pre-build {
22        system "cd ${worksrcpath} && ${build.cmd} ${build.args} bootstrap"
23}
24build.args      PLATFORM=macosx PREFIX=${prefix}
25build.post_args CHICKEN=./chicken-boot
26use_parallel_build yes
27destroot.args   PLATFORM=macosx PREFIX=${prefix}