Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / graphics / cheese / options.mk
blobc746505e82791efa96c329dd4b81a96c4c9bafab
1 # $NetBSD: options.mk,v 1.1.1.1 2008/09/07 22:43:00 jmcneill Exp $
3 PKG_OPTIONS_VAR= PKG_OPTIONS.cheese
4 PKG_SUPPORTED_OPTIONS= hal
5 PKG_SUGGESTED_OPTIONS= hal
7 .include "../../mk/bsd.options.mk"
9 .if !empty(PKG_OPTIONS:Mhal)
10 CONFIGURE_ARGS+= --enable-hal
11 .include "../../sysutils/hal/buildlink3.mk"
12 .else
13 CONFIGURE_ARGS+= --enable-hal=no
14 .endif