# $Id$ PortSystem 1.0 name slib version 3a4 revision 3 categories devel lang scheme maintainers kogule@opendarwin.org description A portable scheme library long_description SLIB is a portable library for the programming \ language Scheme. It provides a platform \ independent framework for using packages of \ Scheme procedures and syntax. As distributed, \ SLIB contains useful packages for all Scheme \ implementations. Its catalog can be transparently \ extended to accomodate packages specific to a site, \ implementation, user, or directory. homepage http://www.swiss.ai.mit.edu/~jaffer/SLIB.html master_sites http://swissnet.ai.mit.edu/ftpdir/scm/ distfiles ${name}${version}.zip use_zip yes checksums sha1 5e358cab8a58202bab3eae9ce4c04dda41bf37a5 worksrcdir ${name} patchfiles patch-Makefile patch-guile.init post-patch { reinplace "s|/usr/lib/slib|${prefix}/lib/slib|g" ${worksrcpath}/guile.init reinplace "s|/usr/lib/slib|${prefix}/lib/slib|g" ${worksrcpath}/RScheme.init } use_configure no build.target srcdir.mk destroot.target install installinfoz destroot.destdir prefix=${destroot}${prefix}/ realprefix=${prefix}/ \ mandir=${destroot}${prefix}/share/man/ \ infodir=${destroot}${prefix}/share/info/