[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.15 and 1.24

version 1.15, 2003/07/17 21:31:57 version 1.24, 2006/03/04 21:29:18
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 DISTNAME=       netcdf-3.5.0  DISTNAME=       netcdf-3.6.0-p1
 WRKSRC=         ${WRKDIR}/${DISTNAME}/src  PKGNAME=        netcdf-3.6.0p1
 CATEGORIES=     devel  CATEGORIES=     devel
 MASTER_SITES=   ftp://www.gfd-dennou.org/arch/netcdf/unidata-mirror/  MASTER_SITES=   ftp://www.gfd-dennou.org/arch/netcdf/unidata-mirror/
 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/packages/netcdf/index.html
 COMMENT=        Library for array-oriented data access  COMMENT=        Library for array-oriented data access
   
 USE_BUILDLINK2=         # defined  WRKSRC=                 ${WRKDIR}/${DISTNAME}/src
 USE_FORTRAN=            # defined  USE_LANGUAGES=          c c++ fortran
 USE_GCC_SHLIB=          # defined  USE_LIBTOOL=            yes
 USE_LIBTOOL=            # defined  GNU_CONFIGURE=          yes
 GNU_CONFIGURE=          # defined  
 CPPFLAGS+=              -Df2cFortran -Dunix  CPPFLAGS+=              -Df2cFortran -Dunix
   
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.24

CVSweb <webmaster@jp.NetBSD.org>