summaryrefslogtreecommitdiff
path: root/net/libsoup/options.mk
blob: 1458ecd2e34a96488ced059605e707edee669b30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: options.mk,v 1.4 2016/05/03 11:37:39 prlw1 Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.libsoup
PKG_SUPPORTED_OPTIONS=	gssapi
PKG_SUGGESTED_OPTIONS=

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

.if !empty(PKG_OPTIONS:Mgssapi)
.  include "../../mk/krb5.buildlink3.mk"
CONFIGURE_ARGS+=	--with-gssapi
CONFIGURE_ARGS+=	--with-krb5-config=${KRB5_CONFIG}
.else
CONFIGURE_ARGS+=	--without-gssapi
.endif