# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 83243 2011-08-29 07:31:40Z dports@macports.org $

PortSystem 1.0

name                slib
version             3b2
categories          devel lang scheme
platforms           darwin
supported_archs     noarch
license             Permissive
maintainers         nomaintainer
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://groups.csail.mit.edu/mac/ftpdir/scm/ \
                    http://groups.csail.mit.edu/mac/ftpdir/scm/OLD/
checksums           sha1 fced3cc9ca30bba21da303bfa520b615386852bb \
                    rmd160 a053dcad6e7a1bea1c0079107f4664df1434270d
worksrcdir          ${name}
patchfiles          patch-Makefile
use_configure       no
build.target
destroot.target     install installinfoz
destroot.destdir    prefix=${destroot}${prefix}/ realprefix=${prefix}/ \
                    mandir=${destroot}${prefix}/share/man/ \
                    infodir=${destroot}${prefix}/share/info/
