17 lines
387 B
Makefile
17 lines
387 B
Makefile
# $NetBSD: options.mk,v 1.1 2009/01/25 16:56:01 tron Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.pulseaudio
|
|
PKG_SUPPORTED_OPTIONS= avahi
|
|
PKG_SUGGESTED_OPTIONS= avahi
|
|
PLIST_VARS+= ${PKG_SUPPORTED_OPTIONS}
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
###
|
|
### avahi
|
|
###
|
|
.if !empty(PKG_OPTIONS:Mavahi)
|
|
.include "../../net/avahi/buildlink3.mk"
|
|
PLIST.avahi= yes
|
|
.else
|
|
CONFIGURE_ARGS+= --disable-avahi
|
|
.endif
|