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

github.setup        jacobwilliams conmax 0.0.1
revision            0
categories-append   math
license             BSD
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
description         Modern Fortran CONMAX optimization method \
                    for general non-linearly constrained function minimization.
long_description    {*}${description}
checksums           rmd160  ec219b308956862c084f0d428c9c063f8a2b0418 \
                    sha256  06a88feeebb6427510eb0b74a188da6b068ab600e0efa004af9831839c7c9b9b \
                    size    80589

post-destroot {
    set docdir ${prefix}/share/doc/${name}
    xinstall -d ${destroot}${docdir}
    xinstall -m 0644 -W ${worksrcpath} LICENSE.txt README.md ${destroot}${docdir}
}

test.run            yes
