Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/devel/netcdf/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/devel/netcdf/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.1.1.1 retrieving revision 1.24 diff -u -p -r1.1.1.1 -r1.24 --- pkgsrc/devel/netcdf/Makefile 1999/01/14 20:28:53 1.1.1.1 +++ pkgsrc/devel/netcdf/Makefile 2006/03/04 21:29:18 1.24 @@ -1,21 +1,18 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/01/14 20:28:53 frueauf Exp $ -# +# $NetBSD: Makefile,v 1.24 2006/03/04 21:29:18 jlam Exp $ -DISTNAME= netcdf-3.4 -WRKSRC= ${WRKDIR}/${DISTNAME}/src +DISTNAME= netcdf-3.6.0-p1 +PKGNAME= netcdf-3.6.0p1 CATEGORIES= devel -MASTER_SITES= ftp://ftp.unidata.ucar.edu/pub/netcdf/ \ - ftp://ftp.dfd.dlr.de/pub/ucar/netcdf/ -EXTRACT_SUFX= .tar.Z +MASTER_SITES= ftp://www.gfd-dennou.org/arch/netcdf/unidata-mirror/ -MAINTAINER= packages@netbsd.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.unidata.ucar.edu/packages/netcdf/index.html +COMMENT= Library for array-oriented data access -DEPENDS+= fort77-1.14a:../../lang/fort77 - -CONFIGURE_ENV+= CPPFLAGS="-Df2cFortran -Dunix" - -USE_LIBTOOL= yes -GNU_CONFIGURE= yes +WRKSRC= ${WRKDIR}/${DISTNAME}/src +USE_LANGUAGES= c c++ fortran +USE_LIBTOOL= yes +GNU_CONFIGURE= yes +CPPFLAGS+= -Df2cFortran -Dunix .include "../../mk/bsd.pkg.mk"