# $Id: Portfile,v 1.2 2006/02/17 08:44:16 mww Exp $

PortSystem 1.0

name			scheme48
version			1.3
categories		lang scheme
platforms		darwin
maintainers		mww@opendarwin.org
description		Scheme byte-code interpreter
long_description	Scheme 48 is an implementation of Scheme written by \
				Richard Kelsey and Jonathan Rees. It is based on a byte-code \
				interpreter and is designed to be used as a testbed for \
				experiments in implementation techniques and as an exposi\
				tory tool.

homepage		http://s48.org/
master_sites	${homepage}/${version}/
extract.suffix	.tgz
checksums		sha1 be1704893b5932fc304b8a2e2279ec753a49f15b
patchfiles		patch-Makefile.in

configure.args	--mandir=${prefix}/share/man

platform darwin 8 {
	configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
}
