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

name                vinci
version             1.0.5
categories          math
license             GPL-2
maintainers         nomaintainer
description         Package that implements algorithms for convex body volume computation
long_description    {*}${description}
homepage            https://www.multiprecision.org/vinci/home.html
master_sites        https://www.multiprecision.org/downloads/
checksums           rmd160  30119adc4bcde8fefe7dc51a391f09a5233cd391 \
                    sha256  95c051546b92f78bad374f8f99b5fd8e7390c488d2db07f34b3c1ee103c300ab \
                    size    51302

build.target        ${name}

destroot {
    move ${worksrcpath}/${name} ${destroot}${prefix}/bin/${name}
}
