Ticket #3276: Portfile

File Portfile, 781 bytes (added by marius173@…, 19 years ago)

Portfile

Line 
1
2PortSystem 1.0
3name            hdf5
4version         1.6.4
5categories      science
6maintainers     persquare@mac.com
7description     a general purpose library and file format for storing scientific data
8long_description        HDF5 is a general purpose library and file format for storing scientific data.
9homepage        http://hdf.ncsa.uiuc.edu/HDF5/
10master_sites    ftp://ftp.ncsa.uiuc.edu/HDF/HDF5/current/src/
11checksums               md5 a837391b633fc4c6681905d89047c032
12depends_lib     lib:libz:zlib                           
13configure.args  --enable-cxx --with-zlib=${prefix}/lib
14configure.env   CPPFLAGS=-I${prefix}/include
15destroot.destdir        prefix=${destroot}${prefix}
16patchfiles      patch-commence.in patch-c-commence.in
17
18variant szip {
19        configure.args-append   --with-szlib=${prefix}/lib
20        depends_lib-append              lib:libsz:szip
21}