summaryrefslogtreecommitdiff
path: root/sysutils/caja/options.mk
blob: 296e164a77444b6cf2058a673d890014d12a933d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $NetBSD: options.mk,v 1.2 2016/06/13 22:31:25 youri Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.caja
PKG_SUPPORTED_OPTIONS=	introspection
PKG_SUGGESTED_OPTIONS=

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

PLIST_VARS+=	introspection

.if !empty(PKG_OPTIONS:Mintrospection)
BUILDLINK_DEPMETHOD.gobject-introspection+=	build
.include "../../devel/gobject-introspection/buildlink3.mk"
.include "../../graphics/cairo-gobject/buildlink3.mk"
CONFIGURE_ARGS+=	--enable-introspection
PLIST.introspection=	yes
.else
CONFIGURE_ARGS+=	--disable-introspection
.endif