Ticket #16657: Portfile-swi-prolog-lite.diff
File Portfile-swi-prolog-lite.diff, 1.2 KB (added by pmoura (Paulo Moura), 16 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name swi-prolog-lite 6 version 5.6. 556 version 5.6.61 7 7 8 8 categories lang 9 9 maintainers wielemak@science.uva.nl pmoura@logtalk.org … … 26 26 27 27 dist_subdir swi-prolog 28 28 29 checksums md5 5710bc10a72a285a4cdf55924b6987e0 29 checksums \ 30 md5 720a209535366ecfdc3a3adc56eb8ba5 \ 31 sha1 35842a7c0277cee203fc51724b8cc011ca6a2845 \ 32 rmd160 4b325f7770250a2584ff84a6cfd1335392cfa843 30 33 31 34 depends_lib port:readline 32 35 33 36 distname pl-${version} 34 37 worksrcdir pl-${version}/src 35 38 39 configure.env \ 40 LIBRARY_PATH=/usr/lib:${prefix}/lib \ 41 CPATH=/usr/include:${prefix}/include 42 43 configure.ldflags 44 36 45 configure.args \ 37 --prefix=${prefix} 46 --prefix=${prefix} \ 38 47 --mandir=${prefix}/share/man \ 39 48 --disable-gmp \ 40 49 --enable-shared … … 43 52 depends_lib-append lib:libdl:dlcompat 44 53 } 45 54 55 build.env \ 56 LIBRARY_PATH=${prefix}/lib \ 57 CPATH=/usr/include:${prefix}/include 58 46 59 post-build { 47 60 file mkdir ${workpath}/macosx 48 61 file copy -force -- ${workpath}/pl-${version}/man/macosx/License.html ${workpath}/macosx/