pkgsrc/devel/hdf5/Makefile
alnsn daf8f0d702 Update devel/hdf5 from 1.6.10nb1 to 1.8.7.
A list of changes is available at

http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html

A list of new features of 1.8.x release is available at

http://www.hdfgroup.uiuc.edu/HDF5/doc_1.8pre/WhatsNew180.html

This update removes "cxx" option from the package. New devel/hdf5-c++
should be used instead.
2011-10-07 10:38:50 +00:00

25 lines
760 B
Makefile

# $NetBSD: Makefile,v 1.45 2011/10/07 10:38:50 alnsn Exp $
PKGNAME= hdf5-${HDF5_VER}
COMMENT= Hierarchical Data Format (new generation)
INSTALLATION_DIRS= bin lib include
INSTALLATION_DIRS+= share/doc/hdf5
INSTALLATION_DIRS+= share/examples/hdf5/c
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/tools/misc/h5cc \
${DESTDIR}${PREFIX}/bin/
${INSTALL_SCRIPT} ${WRKSRC}/tools/misc/h5redeploy.in \
${DESTDIR}${PREFIX}/bin/h5redeploy
cd ${WRKSRC} && ${INSTALL_DATA} COPYING \
release_docs/RELEASE.txt \
release_docs/HISTORY-1_8.txt \
release_docs/HISTORY-1_0-1_8_0_rc3.txt \
${DESTDIR}${PREFIX}/share/doc/hdf5/
.include "Makefile.common"
.include "options.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"