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

github.setup            BRiAl BRiAl 1.2.14
github.tarball_from     releases
revision                0

categories              math
license                 GPL-2+

maintainers             nomaintainer

description             Successor to PolyBoRi
long_description        {*}${description}

checksums               rmd160  d89030934f0e8e229c9c38b550a1baf0e182d490 \
                        sha256  48cd95f167381699e2c538bfbf6eac35ca046dee79f797059f3879abdf5b7e66 \
                        size    1222756

distname                brial-${version}
use_bzip2               yes

patchfiles              patch-disable-boost-unit-tests.diff

# We are patching configure.ac.
use_autoreconf          yes
autoreconf.args         -fvi

compiler.c_standard     1999
compiler.cxx_standard   2011

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

depends_lib-append      port:libpng \
                        port:m4ri

github.livecheck.regex  {([0-9.]+)}
