# -*- 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
# $Id$

PortSystem          1.0
PortGroup           cmake 1.0
PortGroup           conflicts_build 1.0
PortGroup           github 1.0

github.setup        alanxz rabbitmq-c 0.8.0 v
categories          net devel
platforms           darwin
maintainers         ryandesign openmaintainer
license             MIT

description         a C-language AMQP client library for use with RabbitMQ

long_description    RabbitMQ-C is ${description}.

checksums           rmd160  c40ffa006fbaaeb51d43b48a8d1740df61bfb92d \
                    sha256  f254878644486b4a0f7ad52884120cea1270e520399e26ad6c250967d26c9a0b

depends_build-append \
                    port:xmlto

depends_lib         path:lib/libssl.dylib:openssl \
                    port:popt

configure.args-append \
                    -DBUILD_TOOLS:BOOL=ON \
                    -DBUILD_TOOLS_DOCS:BOOL=ON

conflicts_build     ${name}