# -*- 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        arpack 1.0.8
platforms           darwin
license             GPL-2+
maintainers         nomaintainer
description         Octave bindings to ARPACK, including the eigs \
                    and svds function.  This module has been \
                    integrated into Octave\; this port is being \
                    deprecated.
long_description    ${description}

depends_build
depends_lib
depends_run

pre-fetch {
    ui_msg ""
    ui_error "$name in integrated into Octave 3.6 and newer.\n"
    error "deprecated Octave module\n"
}
