# $Id: Portfile 89906 2012-02-14 18:24:49Z easieste@macports.org $

PortSystem 1.0
name		ecl
version		12.2.1
categories	lang
maintainers	waqar easieste openmaintainer
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     1a54b733e7cd07af2b1cb6d7f8b716d2 \
                    sha1    916d9991f17f644565e100a51fa4364840b377e1 \
                    rmd160  3a616c049773794249da56cc2d01e4b73fe46e98
use_parallel_build	no
universal_variant	no
configure.args          --enable-boehm=included            
