1 | # $Id: $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name yap |
---|
5 | version 4.4.3 |
---|
6 | |
---|
7 | categories lang |
---|
8 | maintainers pmoura@mac.com |
---|
9 | platforms darwin |
---|
10 | description YAP Prolog compiler |
---|
11 | |
---|
12 | long_description YAP is a high-performance Prolog compiler developed at LIACC/Universidade do Porto and at COPPE Sistemas/UFRJ. Its Prolog engine is based in the WAM (Warren Abstract Machine), with several optimizations for better performance. YAP follows the Edinburgh tradition, and is largely compatible with the ISO-Prolog standard and with Quintus and SICStus Prolog. |
---|
13 | |
---|
14 | homepage http://www.ncc.up.pt/~vsc/Yap |
---|
15 | master_sites http://www.ncc.up.pt/~vsc/Yap/ |
---|
16 | |
---|
17 | checksums md5 ef46d7325e86028b2da1065ec4a6654b |
---|
18 | |
---|
19 | depends_lib lib:libreadline.4.3:readline lib:libdl.1:dlcompat |
---|
20 | |
---|
21 | distname Yap-${version} |
---|
22 | |
---|
23 | worksrcdir ${distname}/darwin |
---|
24 | |
---|
25 | post-extract { |
---|
26 | system "mkdir ${workdir}/${worksrcdir}" |
---|
27 | } |
---|
28 | |
---|
29 | configure.cmd ../configure |
---|
30 | |
---|
31 | configure.env LDFLAGS=-L${prefix}/lib CFLAGS=-I${prefix}/include |
---|