# $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $

PortSystem 1.0

name		  bigloo
version		  3.2a-2
categories	  lang scheme
platforms	  darwin
maintainers	  loria.fr:reilles

description	  Bigloo is a fast Scheme implementation.
long_description  Bigloo is a Scheme implementation devoted to one goal: \
    		  enabling Scheme based programming style where C(++) is \
		  usually required. Bigloo attempts to make Scheme practical \
		  by offering features usually presented by traditional \
		  programming languages but not offered by Scheme and \
		  functional programming. Bigloo compiles Scheme modules. \
    		  It delivers small and fast standalone binary executables. \
		  Bigloo enables full connections between Scheme and C programs, \
		  between Scheme and Java programs, and between Scheme and \
		  C# programs. 

homepage	  http://www-sop.inria.fr/mimosa/fp/Bigloo/
master_sites 	  ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/
distfiles	  ${name}${version}.tar.gz
worksrcdir	  ${name}${version}
checksums	   md5     f8cfd4b6c59c585e8ddea086a9fbd385 \
                   sha1    020ce982b477c5d967db5235c9cfdd031dc4b45e \
                   rmd160  14d94ac6fed947759abc708097f3089b954fde12

configure.args 	  --mandir=${prefix}/share/man/man1 \
		  --infodir=${prefix}/share/info \
		  --docdir=${prefix}/share/doc/bigloo \
		  --lispdir=${prefix}/share/emacs/site-lisp/bigloo \
		  --jvm=yes \
		  --native-default-backend \
		  --finalization=yes \
		  --stack-check=no

build.target
