summaryrefslogtreecommitdiff
path: root/net/libgdata/options.mk
blob: 37ddee6d20def61ef8ca79257de8a7021d2113d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: options.mk,v 1.2 2015/07/12 00:48:14 wiz Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.libgdata
PKG_SUPPORTED_OPTIONS=	gnome
#PKG_SUGGESTED_OPTIONS=	gnome

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

.if !empty(PKG_OPTIONS:Mgnome)
CONFIGURE_ARGS+=	--enable-gnome
#.include "../../security/gnome-keyring/buildlink3.mk"
#.include "../../net/gnome-online-accounts/buildlink3.mk"
.else
CONFIGURE_ARGS+=	--disable-gnome
.endif