summaryrefslogtreecommitdiff
path: root/mail/avenger/options.mk
blob: 892967bbe926b70b47c2480c18abc2406df6b38c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: options.mk,v 1.1.1.1 2006/10/25 14:05:31 rillig Exp $
#

PKG_SUPPORTED_OPTIONS=		sasl
PKG_SUGGESTED_OPTIONS=		# none
PKG_OPTIONS_VAR=		PKG_OPTIONS.avenger

.include "../../mk/bsd.options.mk"

.if !empty(PKG_OPTIONS:Msasl)
.include "../../security/cyrus-sasl/buildlink3.mk"
CONFIGURE_ARGS+=		--enable-sasl
.else
CONFIGURE_ARGS+=		--disable-sasl
.endif