pkgsrc-wip/xfce4-thunar/options.mk
Reinoud Zandijk 8edfc5e246 Add xfce4-thunar package skeleton for xfce 4.8
Note that this package still crashes! Might have somthing to do with exo
2011-06-29 14:35:08 +00:00

14 lines
346 B
Makefile

# $NetBSD: options.mk,v 1.1 2011/06/29 14:35:08 reinoudz70 Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.xfce4-thunar
PKG_SUPPORTED_OPTIONS= hal
PKG_SUGGESTED_OPTIONS= hal
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mhal)
.include "../../sysutils/hal/buildlink3.mk"
CONFIGURE_ARGS+= --enable-hal
.else
CONFIGURE_ARGS+= --disable-hal
.endif