# -*- 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 96110 2012-08-01 04:45:22Z takeshi@macports.org $

PortSystem      1.0

name            libnc-dap
replaced_by     netcdf
version         3.7.3
revision        2
platforms       darwin
maintainers     nomaintainer
categories      science
description     an alternative implementation of Unidata's netCDF 3.6 API
homepage        http://opendap.org/netCDF-DAP
long_description \
    The netCDF Client Library is an alternative implementation of   \
    Unidata's netCDF 3.6 API. Our version adds the capability to    \
    dereference OPeNDAP URLs. You can substitute our version of     \
    the library when linking your application and then simply pass  \
    an OPeNDAP URL in where you would normally use a file name.
distfiles

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

livecheck.type  none
