# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 80267 2011-07-08 07:57:28Z takeshi@macports.org $

PortSystem                  1.0

name                        netcdf-devel
epoch                       1
version                     4.1.1
revision                    2
maintainers                 nomaintainer
replaced_by                 netcdf
platforms                   darwin
categories                  science

description                 libraries for array-oriented scientific data with netcdf-4 features
long_description \
    NetCDF (network Common Data Form) is a set of software libraries \
    and machine-independent data formats that support the creation,  \
    access, and sharing of array-oriented scientific data.

homepage                    http://www.unidata.ucar.edu/packages/netcdf/

distfiles

pre-configure {
    ui_error "${name} has been renamed to ${replaced_by}. Please install ${replaced_by} instead."
    return -code error "obsolete port"
}

livecheck.type              none
