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

github.setup        admesh admesh 0.98.5 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
categories          math
license             GPL-2+
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
description         CLI and C library for processing triangulated solid meshes
long_description    {*}${description}
homepage            https://www.varlog.com/admesh-htm \
                    https://admesh.readthedocs.io
checksums           rmd160  b5c177097b54e354344b5bb7f44bc733a31e9e6e \
                    sha256  c8618a5165d5bad9e9d29b33a8c0efbc9803eae4ed3af89e3e58a789714c3caa \
                    size    41129

use_autoconf        yes
autoconf.cmd        ./autogen.sh

depends_build       port:autoconf \
                    port:automake \
                    port:libtool \
                    port:pkgconfig
