# -*- 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 makefile 1.0 github.setup georgeweigt eigenmath f202cf0c342e54e994c4d416daecc1b1dc8b9c98 version 2023.08.03 revision 0 categories math maintainers {@barracuda156 gmail.com:vital.had} openmaintainer license BSD description Symbolic math app long_description {*}${description} homepage https://georgeweigt.github.io checksums rmd160 52918140138c8b5fcaff4e6f39df48732ff01e89 \ sha256 8f08922bb8e71b18d210bab226e230ed342f077e73a1f50cc64557d1d17e3f31 \ size 834568 patchfiles-append patch-Makefile.diff build.target eigenmath destroot { copy ${worksrcpath}/${name} ${destroot}${prefix}/bin/ } post-destroot { set docdir ${prefix}/share/doc/${name} xinstall -d ${destroot}${docdir} xinstall -m 644 -W ${worksrcpath} LICENSE README.md ${destroot}${docdir} } test.run yes test { system -W ${worksrcpath} "./eigenmath test/selftest1 && ./eigenmath test/selftest2" }