a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 20322 2006-11-01 23:02:31Z blair@macports.org $
PortSystem 1.0
name mosml
version 2.01_0
categories lang devel
maintainers cso@rift.dk
description A functional programming language
long_description 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.
homepage http://www.dina.dk/~sestoft/mosml.html
master_sites http://www.dina.kvl.dk/~sestoft/mosml
distfiles mos201src.tar.gz
checksums md5 74aaaf988201fe92a9dbfbcb1e646f70
patchfiles patch-configure.diff\
patch-src-Makefile.diff\
patch-src-Makefile-inc.diff\
patch-src-launch-Makefile.diff
post-patch {
file attributes configure -permissions +x
}
worksrcdir mosml
build.target world
build.pre_args -Csrc DESTROOT=${destroot}${prefix} ${build.target}
destroot.pre_args -Csrc DESTROOT=${destroot}${prefix} ${destroot.target}