16 lines
373 B
Makefile
16 lines
373 B
Makefile
# $NetBSD: options.mk,v 1.1 2011/04/20 10:44:46 pettai Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.unbound
|
|
PKG_SUPPORTED_OPTIONS= libevent
|
|
PKG_SUGGESTED_OPTIONS= libevent
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
###
|
|
### libevent
|
|
###
|
|
.if !empty(PKG_OPTIONS:Mlibevent)
|
|
CONFIGURE_ARGS+= --with-libevent=${BUILDLINK_PREFIX.libevent}
|
|
.include "../../devel/libevent/buildlink3.mk"
|
|
.endif
|