a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 20445 2006-11-03 02:55:59Z jberry@macports.org $
PortSystem 1.0
name autossh
version 1.4
categories net sysutils
maintainers nomaintainer@macports.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.suffix .tgz
master_sites ${homepage}
checksums md5 5c84664a2a8c7555701d60d5d4eb87b1
destroot.destdir PREFIX=${destroot}${prefix} \
BINDIR=${destroot}${prefix}/bin \
MANDIR=${destroot}${prefix}/share/man \
DATADIR=${destroot}${prefix}/share