25bd250487
Take joerg@'s example on how to add in support and as a result we don't need the change suggested in PR#40194 No change to the default build
13 lines
315 B
Makefile
13 lines
315 B
Makefile
# $NetBSD: options.mk,v 1.1 2008/12/20 14:12:28 adrianp Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.mt-daapd
|
|
PKG_SUPPORTED_OPTIONS= howl
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mhowl)
|
|
.include "../../net/howl/buildlink3.mk"
|
|
CONFIGURE_ARGS+= --enable-howl
|
|
CFLAGS+= -I${PREFIX}/include/howl
|
|
.else
|
|
.endif
|