# $Id: Portfile 22178 2007-02-20 22:30:02Z mww@macports.org $ PortSystem 1.0 name stklos version 0.82 categories lang platforms darwin maintainers mww@macports.org description free Scheme system supporting most language features from R5RS long_description STklos is a free Scheme system supporting most of the \ languages features defined in R5RS. The aim of this \ implementation is to be fast as well as light. The \ implementation is based on an ad-hoc Virtual Machine. STklos \ can also be compiled as a library and embedded in an \ application. homepage http://stklos.org/ master_sites sourceforge checksums sha1 e7858377dfb800055f9d34e0a375960960301503 patchfiles patch-pcre-Makefile.in depends_lib port:gmp port:pcre configure.args --mandir=${prefix}/share/man \ --disable-gtk \ --disable-gnome configure.env CFLAGS=-I${prefix}/include CPPFLAGS=-I${prefix}/include \ LDFLAGS=-L${prefix}/lib test.run yes platform darwin 8 { configure.env-append CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 }