a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 20320 2006-11-01 22:53:16Z blair@macports.org $
PortSystem 1.0
name bigloo
version 2.8c
categories lang scheme
maintainers reilles@loria.fr
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 stand alone binary executables.\
Bigloo enables full connections between Scheme and C programs,\
between Scheme and Java programs, and between Scheme and C# programs.
platforms darwin freebsd
homepage http://www-sop.inria.fr/mimosa/fp/Bigloo/
master_sites ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/
distfiles ${name}${version}.tar.gz
dist_subdir ${name}/${revision}
checksums md5 2767b43b1e712c6dd6a9862999a761de
worksrcdir ${name}${version}
configure.args --prefix=${prefix} --mandir=${prefix}/share/man/man1 \
--infodir=${prefix}/share/info \
--docdir=${prefix}/share/doc/bigloo \
--lispdir=${prefix}/share/emacs/site-lisp/bigloo
build.target
post-destroot {
set libdir ${destroot}${prefix}/lib
system "cd ${libdir} && ln -sf bigloo/${version}/* ."
}