[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.33 and 1.45.2.1

version 1.33, 2013/04/09 15:57:28 version 1.45.2.1, 2018/01/04 21:05:09
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 DISTNAME=       netcdf-4.2.1.1  DISTNAME=       netcdf-4.4.1.1
 CATEGORIES=     devel  CATEGORIES=     devel
 MASTER_SITES=   http://www.unidata.ucar.edu/downloads/netcdf/ftp/  MASTER_SITES=   https://www.unidata.ucar.edu/downloads/netcdf/ftp/
   
 MAINTAINER=     pkgsrc-users@NetBSD.org  MAINTAINER=     pkgsrc-users@NetBSD.org
 HOMEPAGE=       http://www.unidata.ucar.edu/software/netcdf/index.html  HOMEPAGE=       https://www.unidata.ucar.edu/software/netcdf/index.html
 COMMENT=        Library for array-oriented data access  COMMENT=        Library for array-oriented data access
   
 USE_LANGUAGES=          c c++ fortran77  USE_TOOLS+=             m4
   USE_LANGUAGES=          c c++
 USE_LIBTOOL=            yes  USE_LIBTOOL=            yes
 GNU_CONFIGURE=          yes  GNU_CONFIGURE=          yes
 CONFIGURE_ARGS+=        --disable-doxygen  CONFIGURE_ARGS+=        --disable-doxygen
 CONFIGURE_ARGS+=        --disable-examples  CONFIGURE_ARGS+=        --disable-examples
   
 INFO_FILES=             yes  .include "../../mk/dlopen.buildlink3.mk"
   
   BUILDLINK_TRANSFORM+=   opt:-ldl:${BUILDLINK_LDADD.dl:M*}
   
 .include "../../devel/hdf5/buildlink3.mk"  .include "../../devel/hdf5/buildlink3.mk"
 .include "../../www/curl/buildlink3.mk"  .include "../../www/curl/buildlink3.mk"

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.45.2.1

CVSweb <webmaster@jp.NetBSD.org>