pkgsrc/graphics/h5utils/Makefile
tv dc99bb80f2 Update linkage to libltdl (via guile{,14}), which is now its own package.
Unfortunately, guile{,14}/buildlink3.mk directly includes it, and I don't
know which dependencies actually need libltdl, so it was a recursive bump.
Hopefully this recursive inclusion can be ripped out of
guile{,14}/buildlink3.mk at some point and bubble down to dependencies that
actually use libltdl, avoiding this headache in the future....
2004-10-15 14:50:05 +00:00

25 lines
682 B
Makefile

# $NetBSD: Makefile,v 1.3 2004/10/15 14:50:06 tv Exp $
#
DISTNAME= h5utils-1.9.1
PKGREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://ab-initio.mit.edu/h5utils/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://ab-initio.mit.edu/h5utils/
COMMENT= Utilities for conversion from/to HDF5
USE_BUILDLINK3= yes
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"