[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.9 and 1.28

version 1.9, 2002/09/10 10:46:41 version 1.28, 2009/06/30 00:07:13
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
 #  
   
 DISTNAME=       netcdf-3.4  DISTNAME=       netcdf-3.6.0-p1
 WRKSRC=         ${WRKDIR}/${DISTNAME}/src  PKGNAME=        netcdf-3.6.0p1
   PKGREVISION=    1
 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  
   
 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_BUILDLINK2=         # defined  PKG_DESTDIR_SUPPORT=    user-destdir
 USE_FORTRAN=            # defined  
 USE_LIBTOOL=            # defined  WRKSRC=                 ${WRKDIR}/${DISTNAME}/src
 GNU_CONFIGURE=          # defined  USE_LANGUAGES=          c c++ fortran
   USE_LIBTOOL=            yes
   GNU_CONFIGURE=          yes
   MAKE_FLAGS+=            MANDIR=${DESTDIR}${PREFIX}/${PKGMANDIR} \
                           exec_prefix=${DESTDIR}${PREFIX}
 CPPFLAGS+=              -Df2cFortran -Dunix  CPPFLAGS+=              -Df2cFortran -Dunix
   MAKE_JOBS_SAFE=         no
   
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.28

CVSweb <webmaster@jp.NetBSD.org>