Portfile

# $Id: Portfile 22503 2007-03-03 07:17:50Z landonf@macports.org $

PortSystem 1.0
name cadaver
version 0.22.3
categories www
maintainers landonf@macports.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 0c5268286e732a8d5d94361cf93de412
depends_lib port:expat port:openssl port:neon
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 port:dlcompat
}