summaryrefslogtreecommitdiff
path: root/devel/hdf5/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hdf5/Makefile')
-rw-r--r--devel/hdf5/Makefile62
1 files changed, 17 insertions, 45 deletions
diff --git a/devel/hdf5/Makefile b/devel/hdf5/Makefile
index d66035d496c..09e28af953b 100644
--- a/devel/hdf5/Makefile
+++ b/devel/hdf5/Makefile
@@ -1,54 +1,26 @@
-# $NetBSD: Makefile,v 1.4 2001/02/16 14:38:31 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.5 2001/02/25 00:05:39 jtb Exp $
-DISTNAME= hdf5-1.2.2
-CATEGORIES= devel
-MASTER_SITES= ftp://hdf.ncsa.uiuc.edu/HDF5/hdf5-1.2.2/src/ \
- ftp://sunsite.doc.ic.ac.uk/packages/HDF5/hdf5-1.2.2/src/
+DISTNAME= hdf5-1.4.0
+CATEGORIES= devel
+MASTER_SITES= ftp://hdf.ncsa.uiuc.edu/HDF5/hdf5-1.2.2/src/ \
+ ftp://sunsite.doc.ic.ac.uk/packages/HDF5/hdf5-1.2.2/src/
-MAINTAINER= jtb@netbsd.org
-HOMEPAGE= http://hdf.ncsa.uiuc.edu/HDF5/
-COMMENT= Hierarchical Data Format (version 5)
+MAINTAINER= jtb@netbsd.org
+HOMEPAGE= http://hdf.ncsa.uiuc.edu/HDF5/
+COMMENT= Hierarchical Data Format (version 5)
-DEPENDS+= jpeg-[0-9]*:../../graphics/jpeg
+DEPENDS+= jpeg>=6:../../graphics/jpeg
-GNU_CONFIGURE= YES
-USE_LIBTOOL= YES
-LTCONFIG_OVERRIDE= ${WRKSRC}/bin/ltconfig
+GNU_CONFIGURE= #defined
+USE_LIBTOOL= #defined
+LTCONFIG_OVERRIDE= ${WRKSRC}/bin/ltconfig
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/hdf5
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/hdf5/ADGuide
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/hdf5/PSandPDF
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/hdf5/TechNotes
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/hdf5/Tutor
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/hdf5/Tutor/Graphics
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/hdf5/Tutor/examples
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/hdf5/Tutor/examples/java
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/hdf5/XML_DTD
- @(cd ${WRKSRC}/doc/html/; \
- for f in *.html *.txt *.gif *.jpg *.c *.obj h5s.examples ; do \
- ${INSTALL_DATA} $$f ${PREFIX}/share/doc/hdf5; \
- done)
- ${INSTALL_DATA} ${WRKSRC}/doc/html/ADGuide/* \
- ${PREFIX}/share/doc/hdf5/ADGuide
- ${INSTALL_DATA} ${WRKSRC}/doc/html/PSandPDF/* \
- ${PREFIX}/share/doc/hdf5/PSandPDF
- ${INSTALL_DATA} ${WRKSRC}/doc/html/TechNotes/* \
- ${PREFIX}/share/doc/hdf5/TechNotes
- @(cd ${WRKSRC}/doc/html/Tutor; \
- for f in *.html *.txt *.gif *.JPG; do \
- ${INSTALL_DATA} $$f ${PREFIX}/share/doc/hdf5/Tutor/; \
- done)
- ${INSTALL_DATA} ${WRKSRC}/doc/html/Tutor/Graphics/* \
- ${PREFIX}/share/doc/hdf5/Tutor/Graphics/
- @(cd ${WRKSRC}/doc/html/Tutor/examples/ ; \
- for f in *.c *.f90 ; do \
- ${INSTALL_DATA} $$f ${PREFIX}/share/doc/hdf5/Tutor/examples/ ; \
- done)
- ${INSTALL_DATA} ${WRKSRC}/doc/html/Tutor/examples/java/* \
- ${PREFIX}/share/doc/hdf5/Tutor/examples/java/
- ${INSTALL_DATA} ${WRKSRC}/doc/html/XML_DTD/* \
- ${PREFIX}/share/doc/hdf5/XML_DTD
+ ${INSTALL_DATA} ${WRKSRC}/COPYING ${WRKSRC}/README \
+ ${WRKSRC}/RELEASE.txt ${PREFIX}/share/doc/hdf5
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/hdf5
+ (cd ${WRKSRC}/doc/html; ${GTAR} cf - . ) | \
+ (cd ${PREFIX}/share/doc/html/hdf5/; ${GTAR} xf - )
.include "../../mk/bsd.pkg.mk"