# -*- 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        sourceforge octave nurbs 1.4.4
revision            1
platforms           darwin
license             GPL-3+
maintainers         {mps @Schamschula} openmaintainer
description         Collection of routines for the creation, and manipulation of \
                    Non-Uniform Rational B-Splines (NURBS), based on the NURBS toolbox by Mark Spink.
long_description    {*}${description}

checksums           rmd160  861f0f4fc7cefa3c9b6d547fb75d14241708606c \
                    sha256  41f175b6ef73fc54163438ab46ce4e3f721124e1a4911da59c710b9f722d9276 \
                    size    125822

compiler.openmp_version 2.5

if {[string match *clang* ${configure.compiler}]} {
    depends_lib     port:libomp
}
