# $Id: Portfile,v 1.10 2005/05/01 06:31:23 toby Exp $

PortSystem 1.0
name		cadaver
version		0.22.2
revision	1
categories	www
maintainers	landonf@opendarwin.org
description	Commandline client for DAV
long_description	\
	cadaver is a command-line WebDAV client for Unix.  It supports \
	file upload, download, on-screen display, namespace operations \
	(move/copy), collection creation and deletion, and locking \
	operations.
homepage	http://www.webdav.org/cadaver/
platforms	darwin
master_sites	\
	http://www.webdav.org/cadaver/
checksums	md5 167cca2089bdb86c42b6d5f0187cdc16
depends_lib	lib:libexpat.0:expat lib:libssl.0.9:openssl
configure.env \
	LDFLAGS="-L${prefix}/lib" \
	CPPFLAGS="-I${prefix}/include -no-cpp-precomp"
configure.args	--with-expat --with-ssl --with-force-ssl
destroot.destdir prefix=${destroot}${prefix}

platform darwin 6 {
	depends_lib-append lib:dlcompat:dlcompat
}
