# -*- 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        ann 1.0.2
platforms           darwin
license             LGPL-2+
maintainers         nomaintainer
description         The Octave-forge ANN package wraps the ANN \
                    library, which provides data structures and \
                    functions for computing exact and approximate \
                    nearest neighbors on an arbitrarily high \
                    dimensional point set.  This module does \
                    not work with Octave 3.6 or newer\; this port is \
                    being deprecated.
long_description    ${description}

depends_build
depends_lib
depends_run

pre-fetch {
    ui_msg ""
    ui_error "$name does not work with Octave 3.6 or newer.\n"
    error "deprecated Octave module\n"
}
