summaryrefslogtreecommitdiff
path: root/devel/hdf5/Makefile
diff options
context:
space:
mode:
authorjwise <jwise@pkgsrc.org>2005-05-19 15:39:04 +0000
committerjwise <jwise@pkgsrc.org>2005-05-19 15:39:04 +0000
commit12f60615df250d0d263901b6dd0b7638a275bb5e (patch)
treea7561d0b013563765746c46302c3e08f758766c3 /devel/hdf5/Makefile
parent2bd27ce2700bb60958f2ee7c1aafd373258eb743 (diff)
downloadpkgsrc-12f60615df250d0d263901b6dd0b7638a275bb5e.tar.gz
Convert this package to use bsd.options.mk, with one option, `szip'.
This allows szip support (which uses a package with a no-commercial-use license) to be disabled.
Diffstat (limited to 'devel/hdf5/Makefile')
-rw-r--r--devel/hdf5/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/hdf5/Makefile b/devel/hdf5/Makefile
index 0bd2c100322..20a6aaf6e3d 100644
--- a/devel/hdf5/Makefile
+++ b/devel/hdf5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2005/05/18 13:39:05 adam Exp $
+# $NetBSD: Makefile,v 1.28 2005/05/19 15:39:04 jwise Exp $
DISTNAME= hdf5-1.6.4
CATEGORIES= devel
@@ -12,9 +12,10 @@ COMMENT= Hierarchical Data Format (new generation)
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-szlib
TEST_TARGET= check
+.include "options.mk"
+
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/tools/misc/h5cc ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/tools/misc/h5redeploy.in ${PREFIX}/bin/h5redeploy
@@ -25,6 +26,5 @@ post-install:
cd ${WRKSRC}/doc/html && ${PAX} -rw . ${PREFIX}/share/doc/html/hdf5
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/doc/html/hdf5
-.include "../../archivers/szip/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"