# $Id: Portfile 59523 2009-10-16 03:47:36Z toby@macports.org $

PortSystem 1.0

name		libssh01
version		0.11
categories	devel security net
platforms	darwin
maintainers	ryandesign openmaintainer
description	an SSH library
long_description	The ssh library was designed to be used by \
			programmers needing a working SSH implementation \
			by the mean of a library.
license		LGPLv2.1

homepage	http://0xbadc0de.be/wiki/libssh:libssh
master_sites	http://www.0xbadc0de.be/libssh
extract.suffix	.tgz
distname	libssh-${version}
checksums	md5 ad703c4702646c83ca4fcace92c220d3 \
		sha1 307430249ded90332c4ec77a264913b3bc93a648 \
		rmd160 69c2cc00becb84a62555fe884345398f155815a4

depends_lib	port:openssl port:zlib

patchfiles	patch-Makefile.in.diff \
		patch-libssh-Makefile.in.diff \
		patch-sample.c.diff

configure.args	--libdir=${prefix}/lib/${name}

livecheck.type	none
