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

github.setup        awslabs aws-c-compression 1.0.0 v
revision            0
categories          devel
license             Apache-2
maintainers         nomaintainer
description         C99 implementation of compression algorithms
long_description    {*}${description}
checksums           rmd160  89880a196397a37642cb1542bd411c9ff4b7a258 \
                    sha256  d8e934da2086bfec41f97a0cff749d926f66ccb90f2052f1d70841916c1bf4d7 \
                    size    39698
github.tarball_from archive

depends_lib-append  port:aws-c-common

compiler.c_standard 1999

configure.args-append \
                    -DBUILD_SHARED_LIBS=ON \
                    -DBUILD_TESTING=OFF
