# -*- 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 0.3.1 v
revision            0
categories          devel
license             Apache-2
maintainers         nomaintainer
description         C99 implementation of compression algorithms
long_description    {*}${description}
checksums           rmd160  5e6c28a6a3d6eb970ebb268d8d0d5fd40fd7dc9d \
                    sha256  d89fca17a37de762dc34f332d2da402343078da8dbd2224c46a11a88adddf754 \
                    size    36879
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
