You are looking at historical revision 4373 of this page. It may differ significantly from its current revision.

An initial Fink .info file is available for Chicken. To compile and install Chicken under Fink, please copy and paste the contents below to /sw/fink/dists/local/main/finkinfo/chicken.info.

Then run the following command:

> fink rebuild chicken

chicken.info

Package: chicken 
Version: 2.6
Revision: 1
Depends: pcre-shlibs
BuildDepends: gdbm3, readline (>= 4.3-1028)
Maintainer: Ivan Raikov <iraikov@ece.gatech.edu>

Source: http://www.call-with-current-continuation.org/%n-%v.tar.gz
Source-MD5: 475e07b6f87b72bb0de8dc512678c211
GCC: 4.0
NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
ConfigureParams: --prefix=%p --mandir=%p/share/man --infodir=%p/share/info
CompileScript: <<
  ./%n-%v/configure %c
  make 
  mkdir -p %i/share/emacs/site-lisp/%n
  install -m 644 hen.el %i/share/emacs/site-lisp/%n
<<
InstallScript: make install DESTDIR=%d 
Description: Chicken Scheme
DescDetail: <<
CHICKEN is a compiler for the Scheme programming language. CHICKEN
produces portable, efficient C, supports almost all of the current
Scheme language standard, R5RS and includes many enhancements and
extensions. CHICKEN runs on MacOS X, Windows, and many Unix flavours.
<<
License: BSD
Homepage: http://www.call-with-current-continuation.org