Ticket #13692: Portfile-logtalk.diff
File Portfile-logtalk.diff, 2.3 KB (added by pmoura (Paulo Moura), 17 years ago) |
---|
-
Portfile
old new 1 # $Id: Portfile 31023 2007-11-14 02:46:55Z ryandesign@macports.org $1 # $Id: Portfile 26918 2007-07-11 15:28:15Z gwright@macports.org $ 2 2 3 3 PortSystem 1.0 4 4 name logtalk 5 version 2.30.85 version 2.31.0 6 6 7 7 categories lang 8 8 maintainers pmoura@logtalk.org … … 20 20 homepage http://logtalk.org/ 21 21 master_sites ${homepage}files/ 22 22 23 checksums md5 b0f320850680a7456113fae3e2e86b0123 checksums md5 a5cd3891ceb0274eede49dbdb00d08dc 24 24 25 distname lgt2308 25 distname lgt[strsed ${version} {g/\.//}] 26 extract.suffix .tar.bz2 26 27 27 28 use_bzip2 yes 28 29 29 use_configure no 30 configure {} 30 31 31 32 build {} 32 33 33 34 destroot { 34 cd ${workpath}/${worksrcdir}/scripts 35 system "./install.sh ${destroot}/${prefix}" 35 system "cd ${workpath}/${worksrcdir}/scripts && ./install.sh ${destroot}/${prefix}" 36 36 } 37 37 38 38 post-pkg { … … 49 49 ui_msg "* back-end Prolog compilers (which must be properly installed for running" 50 50 ui_msg "* the scripts!):" 51 51 ui_msg "*" 52 ui_msg "* B-Prolog: bplgt "53 ui_msg "* CIAO: ciaolgt "52 ui_msg "* B-Prolog: bplgt (first run must use sudo)" 53 ui_msg "* CIAO: ciaolgt (first run must use sudo)" 54 54 ui_msg "* CxProlog: cxlgt" 55 55 ui_msg "* ECLiPSe: eclipselgt" 56 56 ui_msg "* GNU Prolog: gplgt" … … 58 58 ui_msg "* Qu-Prolog: qplgt" 59 59 ui_msg "* SICStus Prolog: sicstuslgt" 60 60 ui_msg "* SWI-Prolog: swilgt" 61 ui_msg "* XSB: xsblgt" 61 ui_msg "* XSB: xsblgt (first run must use sudo)" 62 ui_msg "* XSB (MT): xsbmtlgt (first run must use sudo)" 62 63 ui_msg "* YAP: yaplgt" 63 64 ui_msg "*" 64 65 ui_msg "* Remember to set the environment variable LOGTALKHOME to the path to" 65 66 ui_msg "* the Logtalk distribution: ${prefix}/share/logtalk" 66 67 ui_msg "* and the environment variable LOGTALKUSER to your local configuration" 67 ui_msg "* directory (usually ~/logtalk), which you cancreate by running the"68 ui_msg "* directory (usually ~/logtalk), which you must create by running the" 68 69 ui_msg "* command cplgtdirs. See the file \$LOGTALKHOME/CUSTOMIZE.txt for details" 69 70 ui_msg "* on how to customize your working environment." 70 71 ui_msg "****************************************************************************"