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.3 retrieving revision 1.10 diff -u -p -r1.3 -r1.10 --- pkgsrc/devel/netcdf/Makefile 1999/11/23 22:04:26 1.3 +++ pkgsrc/devel/netcdf/Makefile 2002/10/22 21:55:23 1.10 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/11/23 22:04:26 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.10 2002/10/22 21:55:23 jlam Exp $ # DISTNAME= netcdf-3.4 @@ -10,11 +10,13 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.unidata.ucar.edu/packages/netcdf/index.html +COMMENT= Library for array-oriented data access -CONFIGURE_ENV+= CPPFLAGS="-Df2cFortran -Dunix" - -USE_FORTRAN= yes -USE_LIBTOOL= yes -GNU_CONFIGURE= yes +USE_BUILDLINK2= # defined +USE_FORTRAN= # defined +USE_CXX= # defined +USE_LIBTOOL= # defined +GNU_CONFIGURE= # defined +CPPFLAGS+= -Df2cFortran -Dunix .include "../../mk/bsd.pkg.mk"