blob: 8153f6fb955fa54258c6d6505138b7999849c494 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: options.mk,v 1.2 2019/09/09 12:59:06 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.mate-control-center
PKG_SUPPORTED_OPTIONS= libappindicator
PKG_SUGGESTED_OPTIONS= libappindicator
PKG_OPTIONS_LEGACY_OPTS+= libappindicator3:libappindicator
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mlibappindicator)
.include "../../devel/libappindicator/buildlink3.mk"
# configure automatically enables this option if it finds it in the
# environment. There are no additional files generated.
.endif
|