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.7 retrieving revision 1.18 diff -u -p -r1.7 -r1.18 --- pkgsrc/devel/netcdf/Makefile 2001/06/11 06:34:29 1.7 +++ pkgsrc/devel/netcdf/Makefile 2004/04/12 03:51:16 1.18 @@ -1,20 +1,21 @@ -# $NetBSD: Makefile,v 1.7 2001/06/11 06:34:29 jlam Exp $ -# +# $NetBSD: Makefile,v 1.18 2004/04/12 03:51:16 snj Exp $ -DISTNAME= netcdf-3.4 -WRKSRC= ${WRKDIR}/${DISTNAME}/src +DISTNAME= netcdf-3.5.0 +PKGREVISION= 1 CATEGORIES= devel -MASTER_SITES= ftp://ftp.unidata.ucar.edu/pub/netcdf/ \ - ftp://ftp.dfd.dlr.de/pub/ucar/netcdf/ +MASTER_SITES= ftp://www.gfd-dennou.org/arch/netcdf/unidata-mirror/ EXTRACT_SUFX= .tar.Z -MAINTAINER= packages@netbsd.org +MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.unidata.ucar.edu/packages/netcdf/index.html COMMENT= Library for array-oriented data access -USE_FORTRAN= # defined -USE_LIBTOOL= # defined -GNU_CONFIGURE= # defined -CPPFLAGS+= -Df2cFortran -Dunix +WRKSRC= ${WRKDIR}/${DISTNAME}/src +USE_BUILDLINK3= yes +USE_FORTRAN= # defined +USE_GCC_SHLIB= # defined +USE_LIBTOOL= # defined +GNU_CONFIGURE= # defined +CPPFLAGS+= -Df2cFortran -Dunix .include "../../mk/bsd.pkg.mk"