# $Id: Portfile,v 1.7 2005/05/16 21:47:32 waqar Exp $

PortSystem 1.0
name		elk
version		3.99.6
revision	3
categories	lang
maintainers	waqar@opendarwin.org
description	Scheme Extension Language Kit
long_description	\
	Elk (the Extension Language Kit) is an implementation of the 	\
	Scheme programming language. It can be used as a standalone 	\
	Scheme interpreter, or as an embeddable, reusable extension 	\
	language subsystem for applications written in C or C++ through \
	the libelk library.
platforms	darwin
homepage       	http://sam.zoy.org/elk
master_sites   	http://sam.zoy.org/elk
use_bzip2      	yes
checksums	md5 d5ba4f56796a3c3798164131ae7b0e10
configure.args  --infodir=${prefix}/share/info --mandir=${prefix}/share/man

variant	x11	{
		configure.args-append	--with-x
}
