[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.19 and 1.42

version 1.19, 2004/10/03 00:13:31 version 1.42, 2017/08/24 20:02:58
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 DISTNAME=       netcdf-3.5.0  DISTNAME=       netcdf-4.2.1.1
 PKGREVISION=    2  PKGREVISION=    7
 CATEGORIES=     devel  CATEGORIES=     devel
 MASTER_SITES=   ftp://www.gfd-dennou.org/arch/netcdf/unidata-mirror/  MASTER_SITES=   http://www.unidata.ucar.edu/downloads/netcdf/ftp/
 EXTRACT_SUFX=   .tar.Z  
   
 MAINTAINER=     tech-pkg@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
   
 WRKSRC=                 ${WRKDIR}/${DISTNAME}/src  USE_LANGUAGES=          c c++
 USE_BUILDLINK3=         yes  USE_LIBTOOL=            yes
 USE_FORTRAN=            # defined  GNU_CONFIGURE=          yes
 USE_GCC_SHLIB=          # defined  CONFIGURE_ARGS+=        --disable-doxygen
 USE_LIBTOOL=            # defined  CONFIGURE_ARGS+=        --disable-examples
 GNU_CONFIGURE=          # defined  
 CPPFLAGS+=              -Df2cFortran -Dunix  
   
   .include "../../devel/hdf5/buildlink3.mk"
   .include "../../www/curl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.42

CVSweb <webmaster@jp.NetBSD.org>