a118bbbc0b
changes: * Added h4fromh5 utility. (NCSA seems to be no longer shipping the HDF5/HDF4 conversion tools with the latest HDF5 release.) * Added dkbluered color map, which is similar to bluered but uses a somewhat wider range of colors.
23 lines
654 B
Makefile
23 lines
654 B
Makefile
# $NetBSD: Makefile,v 1.8 2006/07/10 11:19:21 drochner Exp $
|
|
#
|
|
|
|
DISTNAME= h5utils-1.10
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://ab-initio.mit.edu/h5utils/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://ab-initio.mit.edu/h5utils/
|
|
COMMENT= Utilities for conversion from/to HDF5
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
pre-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/h5utils/colormaps
|
|
|
|
.include "../../devel/hdf5/buildlink3.mk"
|
|
.include "../../devel/hdf/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../graphics/jpeg/buildlink3.mk"
|
|
.include "../../math/libmatheval/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|