# $Id: Portfile,v 1.5 2003/03/03 07:09:27 mij Exp $ PortSystem 1.0 name autossh version 1.2d revision 2 categories net maintainers fkr@opendarwin.org homepage http://www.harding.motd.ca/autossh/ description tool to restart terminated ssh sessions long_description autossh is a program to start a copy of ssh and monitor it, restarting \ it as necessary should it die or stop passing traffic. platforms darwin freebsd extract.sufx .tgz master_sites ${homepage} checksums md5 6e73d325a8286ac3d8eddf63f2043d0d configure {} build.target -f Makefile.apple install { cd ${worksrcpath} system "install -o root -m 755 -d ${destroot}${prefix}/bin" system "install -o root -m 555 autossh ${destroot}${prefix}/bin" system "install -o root -m 755 -d ${destroot}${prefix}/share/doc/${name}" system "install -o root -m 644 README rscreen ${destroot}${prefix}/share/doc/${name}" }