# $Id: Portfile,v 1.6 2006/05/19 23:50:16 gwright Exp $ PortSystem 1.0 name hugs98 version plus-May2006 categories lang maintainers gwright@opendarwin.org platforms darwin description The HUGS Haskell Interpreter long_description \ Hugs 98 is a functional programming system based \ on Haskell 98, the de facto standard for non-strict \ functional programming languages. Hugs 98 provides an \ almost complete implementation of Haskell 98. homepage http://www.haskell.org/hugs/ master_sites http://cvs.haskell.org/Hugs/downloads/2006-05/ checksums md5 8ede59dd09047e44df5c4ec1f357e029 patchfiles patch-builtin.c depends_lib lib:libreadline.5:readline configure.env LDFLAGS="-L${prefix}/lib" platform darwin 6 { ui_msg "Hugs is not supported on Jaguar (10.2.x). Sorry." exit 0 }