# $Id: Portfile,v 1.12 2006/06/11 22:35:39 mww Exp $

PortSystem 1.0
name		autossh	
version	        1.4
categories	net sysutils
maintainers	darwinports@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.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
