pkgsrc/audio/mt-daapd/options.mk
adrianp 25bd250487 Add howl support from Daniel Hagerty in PR#40196
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
2008-12-20 14:12:28 +00:00

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