# $Id: Portfile 49763 2009-04-17 16:48:11Z alakazam@macports.org $

PortSystem        1.0
name              autossh   
version           1.4b
categories        net sysutils
maintainers       alakazam
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.suffix    .tgz
master_sites      ${homepage}

checksums           md5     8f9aa006f6f69e912d3c2f504622d6f7 \
                    sha1    98fa61969b33fc1380c7e3b7b53ed35a13c1eeb4 \
                    rmd160  57accc6968ed0c654035feda8db2a11aa390ade3

destroot.destdir  prefix=${destroot}${prefix} \
                  bindir=${destroot}${prefix}/bin \
                  mandir=${destroot}${prefix}/share/man \
                  datadir=${destroot}${prefix}/share
