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.4 retrieving revision 1.34 diff -u -p -r1.4 -r1.34 --- pkgsrc/devel/netcdf/Makefile 2000/06/01 11:23:24 1.4 +++ pkgsrc/devel/netcdf/Makefile 2013/04/09 16:33:57 1.34 @@ -1,20 +1,19 @@ -# $NetBSD: Makefile,v 1.4 2000/06/01 11:23:24 rh Exp $ -# +# $NetBSD: Makefile,v 1.34 2013/04/09 16:33:57 adam Exp $ -DISTNAME= netcdf-3.4 -WRKSRC= ${WRKDIR}/${DISTNAME}/src +DISTNAME= netcdf-4.2.1.1 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= http://www.unidata.ucar.edu/downloads/netcdf/ftp/ -MAINTAINER= packages@netbsd.org -HOMEPAGE= http://www.unidata.ucar.edu/packages/netcdf/index.html +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.unidata.ucar.edu/software/netcdf/index.html +COMMENT= Library for array-oriented data access -CONFIGURE_ENV+= CPPFLAGS="-Df2cFortran -Dunix" - -USE_FORTRAN= yes -USE_PKGLIBTOOL= yes -GNU_CONFIGURE= yes +USE_LANGUAGES= c c++ fortran77 +USE_LIBTOOL= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --disable-doxygen +CONFIGURE_ARGS+= --disable-examples +.include "../../devel/hdf5/buildlink3.mk" +.include "../../www/curl/buildlink3.mk" .include "../../mk/bsd.pkg.mk"