# -*- 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 38086 2008-07-06 03:30:37Z takeshi@macports.org $ PortSystem 1.0 name libnc-dap version 3.7.1 platforms darwin maintainers takeshi@macports.org categories science description an alternative implementation of Unidata's netCDF 3.6 API master_sites ftp://ftp.unidata.ucar.edu/pub/opendap/source/ \ http://opendap.org/pub/source/ checksums md5 38ae1d710d0b6c36cf7286ad386ed079 \ sha1 821b96af3ec0888169d30182e82ab35b8f24e4f6 \ rmd160 5c399216c1be5273b17e0fd334d24055e7aabc9e homepage http://www.opendap.org/ 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. patchfiles patch-Makefile.in.diff depends_lib port:curl \ port:libdap \ port:libxml2 if {![variant_isset g95]} { default_variants +gcc42 } variant gcc42 conflicts g95 description {Build using gcc42 (default)} { depends_build-append port:gcc42 configure.fc ${prefix}/bin/gfortran-mp-4.2 } variant g95 conflicts gcc42 description {Build using g95} { depends_build-append port:g95 configure.fc ${prefix}/bin/g95 }