# -*- 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.18.2
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  67a932df5420bc418d96b8ee7b2e803484c8ee24 \
                    sha256  a5863c1392d977ea4f370cc5547e04b1763c2b77d7b3a1f2cf6cd8c1e5e49919 \
                    size    481730

depends_lib-append  port:octave-signal

patchfiles-append   patch-src_connectivity.cc.diff

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