# -*- 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        perazz fortran-lapack 7c21c4850c0690eae4ea8e7dddfece415a8e9894
version             2024.01.20
revision            0
categories-append   math
license             BSD
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
description         Modularized Fortran LAPACK implementation
long_description    ${name} contains a Modern Fortran implementation \
                    of the Reference-LAPACK library.
checksums           rmd160  452399da3639ed4dbdf91f8c233b3be99db3fec8 \
                    sha256  758395af77e606fed4459e04bc41294c79a190c0de184a3d739204a7d8320bd4 \
                    size    2031977
github.tarball_from archive

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