# -*- 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        zyantific zycore-c 1561ba359637a0ca9f11cfff98abdf22d5590a13
version             1.5.2
revision            1
categories          devel
maintainers         nomaintainer
license             MIT
description         Zyan Core Library for C 
long_description    {*}${description}
checksums           rmd160  08dfe973bfbe360652bef7350d46601b9c212dd2 \
                    sha256  d57ca3a0b67be9458136e125bf921022317de172586026dc6511ebf00190272a \
                    size    67115
github.tarball_from archive

configure.args-append \
                    -DZYCORE_BUILD_SHARED_LIB=ON

# Type redefinition
compiler.c_standard 2011
