Sat Feb 6 22:11:44 2010 UTC ()
license is original BSD with empahsis on making it clear that modified
versions are modified.


(gdt)
diff -r1.42 -r1.43 pkgsrc/devel/hdf5/Makefile

cvs diff -r1.42 -r1.43 pkgsrc/devel/hdf5/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/hdf5/Makefile 2009/11/15 15:50:50 1.42
+++ pkgsrc/devel/hdf5/Makefile 2010/02/06 22:11:44 1.43
@@ -1,23 +1,25 @@ @@ -1,23 +1,25 @@
1# $NetBSD: Makefile,v 1.42 2009/11/15 15:50:50 drochner Exp $ 1# $NetBSD: Makefile,v 1.43 2010/02/06 22:11:44 gdt Exp $
2 2
3DISTNAME= hdf5-1.6.10 3DISTNAME= hdf5-1.6.10
4CATEGORIES= devel 4CATEGORIES= devel
5MASTER_SITES= ftp://ftp.hdfgroup.org/HDF5/current16/src/ 5MASTER_SITES= ftp://ftp.hdfgroup.org/HDF5/current16/src/
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://www.hdfgroup.org/HDF5/ 8HOMEPAGE= http://www.hdfgroup.org/HDF5/
9COMMENT= Hierarchical Data Format (new generation) 9COMMENT= Hierarchical Data Format (new generation)
10 10
 11LICENSE= original-bsd
 12
11USE_LIBTOOL= yes 13USE_LIBTOOL= yes
12USE_TOOLS+= pax tr 14USE_TOOLS+= pax tr
13GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
14TEST_TARGET= check 16TEST_TARGET= check
15PKG_DESTDIR_SUPPORT= user-destdir 17PKG_DESTDIR_SUPPORT= user-destdir
16INSTALLATION_DIRS+= include lib bin share/examples/hdf5/c 18INSTALLATION_DIRS+= include lib bin share/examples/hdf5/c
17 19
18# it appears that this file is informative only and is not actually 20# it appears that this file is informative only and is not actually
19# used by any installed tools 21# used by any installed tools
20CHECK_WRKREF_SKIP= ${PREFIX}/lib/libhdf5.settings 22CHECK_WRKREF_SKIP= ${PREFIX}/lib/libhdf5.settings
21 23
22.include "options.mk" 24.include "options.mk"
23 25