Ticket #842: Portfile

File Portfile, 922 bytes (added by pmoura@…, 21 years ago)

Portfile

Line 
1# $Id: $
2
3PortSystem      1.0
4name            yap
5version         4.4.3
6
7categories      lang
8maintainers     pmoura@mac.com
9platforms       darwin
10description     YAP Prolog compiler
11
12long_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
14homepage        http://www.ncc.up.pt/~vsc/Yap
15master_sites    http://www.ncc.up.pt/~vsc/Yap/
16
17checksums       md5 ef46d7325e86028b2da1065ec4a6654b
18
19depends_lib     lib:libreadline.4.3:readline lib:libdl.1:dlcompat
20
21distname        Yap-${version}
22
23worksrcdir      ${distname}/darwin
24
25post-extract    {
26        system "mkdir ${workdir}/${worksrcdir}"
27}
28
29configure.cmd   ../configure
30
31configure.env   LDFLAGS=-L${prefix}/lib CFLAGS=-I${prefix}/include