Pullup ticket #3704.
[pkgsrcv2.git] / misc / rlwrap / options.mk
1 # $NetBSD$
2 #
3 PKG_OPTIONS_VAR=        PKG_OPTIONS.rlwrap
4 PKG_SUPPORTED_OPTIONS=  debug
5 PKG_SUGGESTED_OPTIONS=  # empty
6
7 .include "../../mk/bsd.prefs.mk"
8 .include "../../mk/bsd.options.mk"
9
10 ###
11 ### debug option
12 ###
13
14 .if !empty(PKG_OPTIONS:Mdebug)
15 CONFIGURE_ARGS+=        --enable-debug
16 .endif