Ticket #841: Portfile

File Portfile, 1.1 KB (added by pmoura@…, 21 years ago)

Portfile

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