summaryrefslogtreecommitdiff
path: root/net/libsoup24/options.mk
blob: fe74b2aeb8f04c3956e62d18ccf872b3b9342dd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: options.mk,v 1.3 2013/05/27 11:57:19 drochner Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.libsoup24
PKG_SUPPORTED_OPTIONS=	gnome
PKG_SUGGESTED_OPTIONS=	gnome

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

PLIST_VARS+= gnome

.if !empty(PKG_OPTIONS:Mgnome)
.include "../../security/libgnome-keyring/buildlink3.mk"
PKGCONFIG_OVERRIDE+=	libsoup-gnome-2.4.pc.in
PLIST.gnome=	yes
.else
CONFIGURE_ARGS+= --without-gnome
.endif