# -*- 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 image 2.20.0
revision            0

license             GPL-3+ MIT FreeBSD
maintainers         {mps @Schamschula} openmaintainer
description         The Octave-forge Image package provides functions \
                    for processing images. The package also provides \
                    functions for feature extraction, image \
                    statistics, spatial and geometric transformations, \
                    morphological operations, linear filtering, and \
                    much more.
long_description    {*}${description}

checksums           rmd160  0161589f821d1ca9a14ba37246a10d64cf40a90e \
                    sha256  5f8d97ed7f7d18ce854a8174bbf819e9e3a703bcd1cb2ca8b1ad15b9ef329522 \
                    size    494094

depends_lib-append  port:octave-signal

patchfiles-append   patch-src_connectivity.cc.diff

configure.env-append \
                    "PREFIX_BIN=${prefix}/bin"
