summaryrefslogtreecommitdiff
path: root/editors/gobby/options.mk
blob: ba912691a8387e1b4ee76fabea8a958edf0fa476 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: options.mk,v 1.1 2008/05/22 17:39:50 tnn Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.gobby
PKG_SUPPORTED_OPTIONS=	gnome
PKG_SUGGESTED_OPTIONS=

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

PLIST_VARS+=		gnome
.if !empty(PKG_OPTIONS:Mgnome)
.include "../../sysutils/gnome-vfs/buildlink3.mk"
PLIST.gnome=		yes
CONFIGURE_ARGS+=	--with-gnome
.endif