diff options
Diffstat (limited to 'comms/hylafax/options.mk')
-rw-r--r-- | comms/hylafax/options.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/comms/hylafax/options.mk b/comms/hylafax/options.mk new file mode 100644 index 00000000000..a06aa3386cc --- /dev/null +++ b/comms/hylafax/options.mk @@ -0,0 +1,14 @@ +# $NetBSD: options.mk,v 1.1 2014/03/14 15:59:29 adam Exp $ + +PKG_OPTIONS_VAR= PKG_OPTIONS.hylafax +PKG_SUPPORTED_OPTIONS= pam +#pam doesn't work right now, so disabled by default +#PKG_SUGGESTED_OPTIONS= pam + +.include "../../mk/bsd.options.mk" + +.if !empty(PKG_OPTIONS:Mpam) +.include "../../mk/pam.buildlink3.mk" +.else +CONFIGURE_ARGS+= --disable-pam +.endif |