pkgsrc/devel/netcdf/Makefile
adam e99f9d7d96 Changes 4.1.3:
* Stop looking for xdr if --disable-dap is used.
* Don't try to run (some) fortran configure tests on machines with no fortran.
* Allow nccopy to rechunk with chunksizes larger than current dimension lengths.
2012-03-07 16:11:29 +00:00

22 lines
573 B
Makefile

# $NetBSD: Makefile,v 1.31 2012/03/07 16:11:29 adam Exp $
DISTNAME= netcdf-4.1.3
CATEGORIES= devel
MASTER_SITES= http://www.unidata.ucar.edu/downloads/netcdf/ftp/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.unidata.ucar.edu/software/netcdf/index.html
COMMENT= Library for array-oriented data access
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c c++ fortran77
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-f90
CONFIGURE_ARGS+= --disable-examples
CONFIGURE_ARGS+= --disable-netcdf-4
INFO_FILES= yes
.include "../../mk/bsd.pkg.mk"