# -*- 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           cmake 1.1

github.setup        gerddie maxflow 1e014806dc499143ba570341902ac13154dbd29c
version             20210122

checksums           rmd160  1429ba5dd8850528abda49b6b0b46b0bbcc07c13 \
                    sha256  159d6ecc2c8b891b38f65b4145113344511e4b26ccdebef332233f5b2b16176f \
                    size    28527

name                maxflow
categories          science
license             GPL-3+
maintainers         nomaintainer

description         An implementation of the maxflow algorithm.
long_description    ${description}

configure.args-append \
                    -DCMAKE_POLICY_VERSION_MINIMUM=3.5

cmake.generator     Ninja
