# $Id: Portfile,v 1.23 2005/04/04 10:08:37 jkh Exp $ PortSystem 1.0 name swi-prolog-lite version 5.4.7 categories lang maintainers pmoura@mac.com platforms darwin description SWI-Prolog compiler (without extra packages) long_description \ ISO/Edinburgh-style Prolog compiler including modules, \ autoload, libraries, Garbage-collector, stack-expandor, \ C/C++-interface, Multiple threads, GNU-readline interface, \ very fast compiler. Including packages clib (Unix process \ control, sockets, MIME), cpp (C++ interface), sgml (reading \ XML/SGML), sgml/RDF (reading RDF into triples), ODBC \ interface and XPCE (Graphics UI toolkit, integrated editor \ (Emacs-clone) and graphical debugger). homepage http://www.swi-prolog.org/ master_sites http://gollem.science.uva.nl/cgi-bin/nph-download/SWI-Prolog/ checksums md5 5c57c9a752bd3c6f56e4ae506ab23726 depends_lib lib:libreadline.5:readline platform darwin 6 { depends_lib-append lib:libdl:dlcompat } distname pl-${version} worksrcdir pl-${version}/src configure.env LDFLAGS=-L${prefix}/lib \ CFLAGS=-I${prefix}/include \ CPPFLAGS=-I${prefix}/include\ CIFLAGS=-I${prefix}/include configure.args --prefix=${destroot}/${prefix} \ --mandir=${destroot}/${prefix}/share/man default_variants +mt variant st { configure.args-append --disable-mt } variant mt { configure.args-append --enable-mt }