Ticket #3790: Portfile.diff
File Portfile.diff, 1.6 KB (added by mark.duling@…, 19 years ago) |
---|
-
Portfile.expect.
old new 13 13 Expect is also useful for testing these same applications. \ 14 14 And by adding Tk, you can also wrap interactive \ 15 15 applications in X11 GUIs. 16 homepage http://expect.nist.gov/ 17 master_sites http://expect.nist.gov/src/:exp \ 18 http://expect.nist.gov/old/:exp \ 19 sourceforge:tcl:tcl 20 dist_subdir tcltk 21 set tclv 8.4.9 22 distfiles ${distname}.tar.gz:exp \ 23 tcl${tclv}-src.tar.gz:tcl 24 checksums ${distname}.tar.gz md5 230400129630335b3060a42f66fec11d \ 25 tcl${tclv}-src.tar.gz md5 7e01b409925e4eb59ad44a4c12b9c681 16 homepage http://expect.nist.gov/ 17 master_sites http://expect.nist.gov/src/ \ 18 http://expect.nist.gov/old/ 26 19 27 depends_build lib:libtcl8.4:tcl 20 checksums md5 230400129630335b3060a42f66fec11d 21 22 depends_build port:tcl 28 23 29 24 worksrcdir ${name}-5.43 30 25 31 configure.args --disable-shared \ 32 --mandir=${prefix}/share/man \ 33 --with-tcl="${prefix}/lib" \ 34 --with-tclinclude="${workpath}/tcl${tclv}/generic/" 26 configure.args --disable-shared \ 27 --mandir=${prefix}/share/man \ 28 --with-tcl="${prefix}/lib" \ 29 --with-tclinclude="${prefix}/include" 30 31 test.run yes 32 test.target test 35 33 36 test.run yes 37 test.target test 34 destroot.destdir INSTALL_ROOT=${destroot} 38 35 39 destroot.destdir INSTALL_ROOT=${destroot}