the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: moscow-ml
Version: 2.01
Revision: 1
Maintainer: Jesse Alama
Source: ftp://ftp.dina.kvl.dk/pub/mosml/mos201src.tar.gz
Source-MD5: 74aaaf988201fe92a9dbfbcb1e646f70
SourceDirectory: mosml
PatchScript: sed 's|@PREFIX@|%p|g' < %a/%n.patch | patch -p1
NoSetCXXFLAGS: true
CompileScript: cd src/; make world CC=gcc CPP="/usr/bin/cpp -P -traditional -Dunix -Umsdos" LD=gcc
InstallScript: <<
cd src/; make install DESTDIR=%d
rm -f %i/lib/moscow-ml/camlrunm
ln -sf %p/bin/camlrunm %i/lib/moscow-ml/camlrunm
<<
DocFiles: README copyrght/*
Description: Light-weight implementation of Standard ML
DescDetail: <<
Moscow ML is a light-weight implementation of Standard ML (SML),
a strict functional language widely used in teaching and research.
Version 2.01 implements the full SML language, including SML
Modules, and much of the SML Basis Library.
<<
DescPort: <<
Some include files conflict with the C++ standard library.
The package incorporates some patches implementing support for DESTDIR
in the installation scripts. These were taken from the Moscow ML
homepage.
<<
License: GPL
Homepage: http://www.dina.kvl.dk/~sestoft/mosml.html