[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / devel / netcdf

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/devel/netcdf/Makefile between version 1.1 and 1.14

version 1.1, 1999/01/14 20:28:53 version 1.14, 2003/06/02 01:20:36
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
 #  
   
 DISTNAME=       netcdf-3.4  DISTNAME=       netcdf-3.5.0
 WRKSRC=         ${WRKDIR}/${DISTNAME}/src  WRKSRC=         ${WRKDIR}/${DISTNAME}/src
 CATEGORIES=     devel  CATEGORIES=     devel
 MASTER_SITES=   ftp://ftp.unidata.ucar.edu/pub/netcdf/ \  MASTER_SITES=   ftp://www.gfd-dennou.org/arch/netcdf/unidata-mirror/
                 ftp://ftp.dfd.dlr.de/pub/ucar/netcdf/  
 EXTRACT_SUFX=   .tar.Z  EXTRACT_SUFX=   .tar.Z
   
 MAINTAINER=     packages@netbsd.org  MAINTAINER=     tech-pkg@netbsd.org
 HOMEPAGE=       http://www.unidata.ucar.edu/packages/netcdf/index.html  HOMEPAGE=       http://www.unidata.ucar.edu/packages/netcdf/index.html
   COMMENT=        Library for array-oriented data access
   
 DEPENDS+=       fort77-1.14a:../../lang/fort77  USE_BUILDLINK2=         # defined
   USE_FORTRAN=            # defined
 CONFIGURE_ENV+= CPPFLAGS="-Df2cFortran -Dunix"  USE_GCC_SHLIB=          # defined
   USE_LIBTOOL=            # defined
 USE_LIBTOOL=    yes  GNU_CONFIGURE=          # defined
 GNU_CONFIGURE=  yes  CPPFLAGS+=              -Df2cFortran -Dunix
   
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.14

CVSweb <webmaster@jp.NetBSD.org>