Files
pkgsrc-ng/net/libsoup/options.mk
2016-01-21 23:41:46 +01:00

18 lines
409 B
Makefile

# $NetBSD: options.mk,v 1.1 2015/06/07 14:03:20 youri Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.libsoup
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