# $Id: Portfile,v 1.5 2005/11/04 07:08:11 mww Exp $ PortSystem 1.0 name stklos version 0.71 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 603d9ff70ba7cd7fb3a0f06d838cb698 patchfiles patch-pcre-Makefile.in depends_lib lib:libgmp:gmp configure.args --mandir=${prefix}/share/man \ --disable-gtk \ --disable-gnome configure.env CFLAGS=-I${prefix}/include \ LDFLAGS=-L${prefix}/lib test.run yes