[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.7 and 1.32

version 1.7, 2001/06/11 06:34:29 version 1.32, 2012/10/31 11:17:32
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
 #  
   
 DISTNAME=       netcdf-3.4  DISTNAME=       netcdf-4.1.3
 WRKSRC=         ${WRKDIR}/${DISTNAME}/src  
 CATEGORIES=     devel  CATEGORIES=     devel
 MASTER_SITES=   ftp://ftp.unidata.ucar.edu/pub/netcdf/ \  MASTER_SITES=   http://www.unidata.ucar.edu/downloads/netcdf/ftp/
                 ftp://ftp.dfd.dlr.de/pub/ucar/netcdf/  
 EXTRACT_SUFX=   .tar.Z  
   
 MAINTAINER=     packages@netbsd.org  MAINTAINER=     pkgsrc-users@NetBSD.org
 HOMEPAGE=       http://www.unidata.ucar.edu/packages/netcdf/index.html  HOMEPAGE=       http://www.unidata.ucar.edu/software/netcdf/index.html
 COMMENT=        Library for array-oriented data access  COMMENT=        Library for array-oriented data access
   
 USE_FORTRAN=    # defined  USE_LANGUAGES=          c c++ fortran77
 USE_LIBTOOL=    # defined  USE_LIBTOOL=            yes
 GNU_CONFIGURE=  # defined  GNU_CONFIGURE=          yes
 CPPFLAGS+=      -Df2cFortran -Dunix  CONFIGURE_ARGS+=        --disable-f90
   CONFIGURE_ARGS+=        --disable-examples
   CONFIGURE_ARGS+=        --disable-netcdf-4
   
   INFO_FILES=             yes
   
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.32

CVSweb <webmaster@jp.NetBSD.org>