summaryrefslogtreecommitdiff
path: root/net/libexosip/options.mk
blob: 03047a1750e545005550e68b796f0165c9ff1157 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: options.mk,v 1.1 2013/07/16 02:12:26 rodent Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.libeXosip2
PKG_SUPPORTED_OPTIONS=	openssl
PKG_SUGGESTED_OPTIONS+=	openssl

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

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