# -*- 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.18
version             0.18.1
revision            1
checksums           rmd160  721ae59bd14978953dd5a52ea8ea0ddeadfc26e3 \
                    sha256  ec2327854601d41bd38f151bc94b47ef43f0b8258a551e41e9f5e19b9ad729c1 \
                    size    521024

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.1 \
                    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 \
                    --program-suffix=-0.18

livecheck.type      none
