# $Id: Portfile,v 1.2 2005/10/17 01:11:46 jmpp Exp $ PortSystem 1.0 name expect version 5.43.0 platforms darwin categories devel maintainers darwinports@opendarwin.org description an automating and testing tool long_description Expect is a tool for automating interactive applications \ such as telnet, ftp, passwd, fsck, rlogin, tip, etc. \ Expect is also useful for testing these same applications. \ And by adding Tk, you can also wrap interactive \ applications in X11 GUIs. homepage http://expect.nist.gov/ master_sites http://expect.nist.gov/src/:exp \ http://expect.nist.gov/old/:exp \ sourceforge:tcl:tcl dist_subdir tcltk set tclv 8.4.9 distfiles ${distname}.tar.gz:exp \ tcl${tclv}-src.tar.gz:tcl checksums ${distname}.tar.gz md5 230400129630335b3060a42f66fec11d \ tcl${tclv}-src.tar.gz md5 7e01b409925e4eb59ad44a4c12b9c681 depends_build lib:libtcl8.4:tcl worksrcdir ${name}-5.43 configure.args --disable-shared \ --mandir=${prefix}/share/man \ --with-tcl="${prefix}/lib" \ --with-tclinclude="${workpath}/tcl${tclv}/generic/" test.run yes test.target test destroot.destdir INSTALL_ROOT=${destroot}