# $Id: Portfile,v 1.7 2006/03/07 22:07:25 mww Exp $

PortSystem 1.0
name		chicken
version		2.3
categories	lang scheme
maintainers	tristan@opendarwin.org waqar@opendarwin.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://www.call-with-current-continuation.org/
checksums	sha1 0ceb0cdea495f753f091cd06ac196b48eadc0b11
configure.args  --infodir=${prefix}/share/info --mandir=${prefix}/share/man

platform darwin 8 {
	configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
}
