# -*- 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 6ac148f164b9567ac81fbb4ebb36112f850c902b
version             20201109

checksums           rmd160  8b90513ce001add99a218eecbc5767dd12f2870d \
                    sha256  382f19fb8f5bdbbc6918d94b1a3f91110b40eec224b2e4c3655e583340bac3fb \
                    size    28520

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
