# $Id: Portfile,v 1.1 2004/08/31 18:05:57 mww Exp $

PortSystem 1.0

name			sbd
version			1.33
categories		net security
platforms		darwin
maintainers		mww@opendarwin.org
description		netcat clone supporting strong encryption.
long_description	sbd is a netcat-clone, designed to be portable and offer \
					strong encryption. It features AES-CBC-128 + HMAC-SHA1 \
					encryption, program execution, choosing source port, \
					continuous reconnection with delay, and other nice features.

homepage		http://tigerteam.se/dl/sbd/
master_sites	${homepage}
checksums		md5 d54d00a1ad5769278497eb594208f473

use_configure	no

build.target	unix

destroot	{
	xinstall -m 755 -s ${worksrcpath}/sbd ${destroot}${prefix}/bin
	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
	xinstall -m 644 -W ${worksrcpath} CHANGES COPYING README \
		${destroot}${prefix}/share/doc/${name}
}
