# $Id: Portfile 27090 2007-07-18 11:42:37Z jochen@macports.org $ PortSystem 1.0 name hdf5 version 1.6.5 categories science maintainers persquare@mac.com description A general purpose library and file format for storing scientific data long_description HDF5 is a general purpose library and file format for storing scientific data. homepage http://www.hdfgroup.org/ master_sites ftp://ftp.hdfgroup.org/HDF5/current/src/ checksums md5 67187b3253b89f1f41756b7fd4396ecf depends_lib port:zlib configure.args --enable-cxx --with-zlib=${prefix}/lib configure.env CPPFLAGS=-I${prefix}/include destroot.destdir prefix=${destroot}${prefix} patchfiles patch-commence.in patch-c-commence.in variant szip { configure.args-append --with-szlib=${prefix}/lib depends_lib-append port:szip }