# -*- 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           gitlab  1.0
PortGroup           legacysupport 1.1
PortGroup           meson   1.0

# clock_gettime
legacysupport.newest_darwin_requires_legacy 15

gitlab.setup        drobilla zix 0.4.2 v
revision            1

description         A lightweight C99 portability and data structure library
long_description    {*}${description}

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

checksums           rmd160  c69eb969044123e8fe16aaa9be1a76c2335c90a0 \
                    sha256  250ad249ab080e1e45df92e8c8ea1cbcff1378c459933af5c88566480800df64 \
                    size    74432

patchfiles          fdatasync.patch

compiler.c_standard 1999
# ERROR: C++ Compiler does not support -std=c++17
compiler.cxx_standard \
                    2017
