# $Id: Portfile 53397 2009-07-04 23:27:43Z blb@macports.org $

PortSystem 1.0
name		ecl
version		0.9l
categories	lang
maintainers	waqar
description	Embeddable Common Lisp
long_description	\
	ECL (Embeddable Common Lisp) is an interpreter of the 	\
	Common Lisp language as described in the X3J13 ANSI 	\
	specification, featuring CLOS (Common Lisp Object 	\
	System), conditions, loops, etc, plus a translator to 	\
	C, which can produce standalone executables.

platforms	darwin
homepage       	http://ecls.sourceforge.net/
master_sites   	sourceforge:${name}s
extract.suffix	.tgz
checksums	md5 a2bff84ccd3a4aa76d14ee3a277038df		\
		sha1 ac0f9761a27f069c406ed0a94903f1e51ea458bc   \
		rmd160 c198f154115b81e2d5dc7f0ab7fb0bf18d9682e4

depends_lib	port:gmp

patchfiles	patch-src_Makefile.in-cppflags.diff

configure.args  --with-ffi

use_parallel_build	no
