pkgsrc/devel/hdf5/options.mk
jwise 12f60615df Convert this package to use bsd.options.mk, with one option, `szip'.
This allows szip support (which uses a package with a no-commercial-use
license) to be disabled.
2005-05-19 15:39:04 +00:00

12 lines
300 B
Makefile

# $NetBSD: options.mk,v 1.1 2005/05/19 15:39:04 jwise Exp $
PKG_OPTIONS_VAR=PKG_OPTIONS.hdf5
PKG_SUPPORTED_OPTIONS= szip
PKG_SUGGESTED_OPTIONS= szip
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mszip)
CONFIGURE_ARGS+= --with-szlib
.include "../../archivers/szip/buildlink3.mk"
.endif