1 | # $Id: Portfile 35991 2008-04-13 21:59:10Z waqar@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name chicken |
---|
5 | version 3.4.0 |
---|
6 | categories lang scheme |
---|
7 | maintainers arto.bendiken@gmail.com waqar@macports.org |
---|
8 | description Compiler for the Scheme programming language |
---|
9 | long_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. |
---|
14 | homepage http://www.call-with-current-continuation.org/ |
---|
15 | platforms darwin |
---|
16 | master_sites http://chicken.wiki.br/releases/${version} |
---|
17 | distfiles ${distname}${extract.suffix} |
---|
18 | checksums md5 9299e9daa9c39cbd391975ce5e5aa7d9\ |
---|
19 | sha1 6a73186eb01e2aa952056cf2ccb8fa136f9fab4e |
---|
20 | use_configure no |
---|
21 | pre-build { |
---|
22 | system "cd ${worksrcpath} && ${build.cmd} ${build.args} bootstrap" |
---|
23 | } |
---|
24 | build.args PLATFORM=macosx PREFIX=${prefix} |
---|
25 | build.post_args CHICKEN=./chicken-boot |
---|
26 | use_parallel_build yes |
---|
27 | destroot.args PLATFORM=macosx PREFIX=${prefix} |
---|