summaryrefslogtreecommitdiff
path: root/security/mate-polkit/options.mk
blob: a5aaeea19ef42fe3d5575f5f48fc4a7d9597e6cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $NetBSD: options.mk,v 1.3 2020/05/31 15:47:40 rillig Exp $

PKG_OPTIONS_VAR=	PKG_OPTIONS.mate-polkit
PKG_SUPPORTED_OPTIONS=	introspection
PKG_SUGGESTED_OPTIONS=	# none

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

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