# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           octave 1.0

octave.setup        github carlodefalco msh 1.0.12 v
revision            1
license             GPL-2+
maintainers         {mps @Schamschula} openmaintainer
description         Package for creating and managing triangular and \
                    tetrahedral meshes for Finite Element or Finite \
                    Volume PDE solvers. Uses a mesh data structure \
                    compatible with pdetool. Relies on gmsh for \
                    unstructured mesh generation.
long_description    {*}${description}

supported_archs     noarch
platforms           {darwin any}

# Remove when updating to the next version
dist_subdir         ${name}/${version}_${revision}

checksums           rmd160  3ddf56fe6905771a0ca86d398f3f164c66e4d9e9 \
                    sha256  ef16c1f915eae5213b29ee6b3704a8fe6a9d4994f308b5d1852e3375f1b3e79b \
                    size    38015

depends_lib-append  port:octave-splines
