# $Id: Portfile,v 1.7 2004/12/22 05:50:21 jkh Exp $

PortSystem 1.0
name		zssh
version		1.5a
categories	comms security
maintainers	macdome@opendarwin.org
description	Program for transferring files using SSH
long_description "zssh (Zmodem SSH) is a program that can \
		transfer files to a remote machine using a \
		SSH connection. It acts as an alternative to scp."
master_sites	sourceforge
extract.suffix	.tgz
checksums	md5 f36bb8a8b13feb09d8493b14b4682cc6
depends_lib	lib:readline.4:readline
configure.type	gnu
configure.env	CPPFLAGS=-I'${prefix}/include' LDFLAGS=-L'${prefix}/lib'
configure.args	--mandir=${destroot}${prefix}/share/man
destroot.destdir	prefix=${destroot}${prefix}
