# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0

name                litmus
version             0.13
revision            4
categories          www
license             GPL-2
maintainers         nomaintainer

description         WebDAV server protocol compliance test suite.
long_description    litmus is a WebDAV server test suite, which aims \
                    to test whether a server is compliant with the \
                    WebDAV protocol as specified in RFC2518.

homepage            http://www.webdav.org/neon/litmus/
master_sites        ${homepage}

checksums           rmd160  f84d738abe7f23be4d70af8fd8fe23d59ef265f5 \
                    sha256  09d615958121706444db67e09c40df5f753ccf1fa14846fdeb439298aa9ac3ff \
                    size 467532

patchfiles          patch-newer-neon.diff
# patch above modifies configure.ac
use_autoreconf      yes

depends_lib-append  port:expat port:neon path:lib/libssl.dylib:openssl

configure.args      --with-expat \
                    --with-neon=${prefix} \
                    --with-ssl=openssl
