# $Id: Portfile,v 1.6 2006/01/07 16:03:30 mww Exp $ PortSystem 1.0 name stklos version 0.72 categories lang platforms darwin maintainers mww@opendarwin.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 md5 e2f34a581a91a02c0cbfbba61e79ac46 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 }