1 | # $Id: $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name swi-prolog |
---|
5 | version 5.2.6 |
---|
6 | |
---|
7 | categories lang |
---|
8 | maintainers pmoura@mac.com |
---|
9 | platforms darwin |
---|
10 | description SWI-Prolog compiler |
---|
11 | |
---|
12 | 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). |
---|
13 | |
---|
14 | homepage http://www.swi-prolog.org/ |
---|
15 | master_sites http://www.swi.psy.uva.nl/cgi-bin/nph-download/SWI-Prolog |
---|
16 | |
---|
17 | checksums md5 a2bf7e48979758bdba488f1680a3a8d8 |
---|
18 | |
---|
19 | depends_lib lib:libreadline.4.3:readline lib:libdl.1:dlcompat |
---|
20 | |
---|
21 | distname pl-${version} |
---|
22 | worksrcdir pl-${version} |
---|
23 | |
---|
24 | configure.env LDFLAGS=-L${prefix}/lib CFLAGS=-I${prefix}/include |
---|
25 | |
---|
26 | variant all { |
---|
27 | depends_lib-append lib:libjpeg.62:jpeg lib:libX11.6:XFree86 |
---|
28 | configure.args --with-world } |
---|
29 | |
---|
30 | variant st { |
---|
31 | configure.args --disable-mt } |
---|