# $Id: Portfile 35991 2008-04-13 21:59:10Z waqar@macports.org $ PortSystem 1.0 name chicken version 3.4.0 categories lang scheme maintainers arto.bendiken@gmail.com waqar@macports.org description Compiler for the Scheme programming language long_description \ Chicken produces portable, efficient C, supports almost all \ of the current Scheme language standard, the Revised5 Report \ on the Algorithmic Language Scheme (R5RS ), and includes many \ enhancements and extensions. homepage http://www.call-with-current-continuation.org/ platforms darwin master_sites http://chicken.wiki.br/releases/${version} distfiles ${distname}${extract.suffix} checksums md5 9299e9daa9c39cbd391975ce5e5aa7d9\ sha1 6a73186eb01e2aa952056cf2ccb8fa136f9fab4e use_configure no pre-build { system "cd ${worksrcpath} && ${build.cmd} ${build.args} bootstrap" } build.args PLATFORM=macosx PREFIX=${prefix} build.post_args CHICKEN=./chicken-boot use_parallel_build yes destroot.args PLATFORM=macosx PREFIX=${prefix}