# -*- 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           boost 1.0

name                ixion-0.17
version             0.17.0
revision            1
checksums           rmd160  64941a335d31eb5e136503028128d0a6ab82faa3 \
                    sha256  53c97139223f3b786d498f86512a20ee878fab0ef981947647aa116df7c4101e \
                    size    499836

categories          devel
license             MIT
maintainers         {gmail.com:audvare @Tatsh} openmaintainer

description         General purpose formula parser and interpreter.
long_description    {*}${description}

depends_build-append \
                    path:bin/pkg-config:pkgconfig

depends_lib-append \
                    port:mdds-2.0 \
                    port:spdlog

homepage            https://gitlab.com/ixion/ixion
master_sites        https://kohei.us/files/ixion/src/
distname            libixion-${version}
use_xz              yes

compiler.cxx_standard 2017

configure.args-append \
                    --disable-debug \
                    --disable-python \
                    --disable-silent-rules \
                    --enable-threads

livecheck.type      none
