# -*- 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
# $Id: Portfile 114034 2013-11-27 16:20:17Z michaelld@macports.org $

PortSystem          1.0
PortGroup           octave 1.0

octave.setup        image 2.0.0
platforms           darwin
license             GPL-3+ MIT FreeBSD
maintainers         nomaintainer
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 82205cc0e884020958ba5b8644eb9f34818a175c \
                    sha256 fecacf1cf78e2517f9e3eda243925c71f3b247aaac5dc7b5ea3af7d2208af1d9

depends_lib-append  port:octave-signal
