# -*- 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
PortGroup           github  1.0
PortGroup           openssl 1.0

github.setup        openstack liberasurecode 1.7.1
github.tarball_from archive
revision            0

description         \
    Erasure Code API library written in C with pluggable Erasure Code backends.

long_description    {*}${description}

categories          devel sysutils
license             BSD
maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer

checksums           rmd160  322cd003701fcde04ef13547d95d41728ebe4fe8 \
                    sha256  b99e76bff6497c2d52698ac7a4fae15d98db58550485ef34f81eb5130e95749d \
                    size    216691

patchfiles-append   patch-makefile.am.diff

use_autoreconf      yes
autoreconf.args     -fvi

depends_lib-append  port:zlib

configure.args-append \
                    --disable-silent-rules

compiler.c_standard 1999
