summaryrefslogtreecommitdiff
path: root/devel/libmemcached/options.mk
blob: 026d2814c15542f4e88068daa8e9fc37ca0aced1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# $NetBSD: options.mk,v 1.2 2016/02/25 12:12:48 jperkin Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.libmemcached
PKG_SUPPORTED_OPTIONS=	sasl
PKG_SUGGESTED_OPTIONS=	sasl

#PKG_SUGGESTED_OPTIONS.SunOS+=	dtrace

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

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

###
### DTrace support
###
#.if !empty(PKG_OPTIONS:Mdtrace)
#CONFIGURE_ARGS+=	--enable-dtrace
#.endif