pkgsrc/net/vino/options.mk
drochner 493c13c99e update to 2.28.1
this switches to the Gnome-2.28 branch
2010-01-21 18:20:43 +00:00

19 lines
429 B
Makefile

# $NetBSD: options.mk,v 1.3 2010/01/21 18:20:43 drochner Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.vino
PKG_SUPPORTED_OPTIONS+= avahi inet6
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mavahi)
CONFIGURE_ARGS+= --enable-avahi
.include "../../net/avahi/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-avahi
.endif
.if !empty(PKG_OPTIONS:Minet6)
CONFIGURE_ARGS+= --enable-ipv6
.else
CONFIGURE_ARGS+= --disable-ipv6
.endif