2019-09-09 14:59:06 +02:00
|
|
|
# $NetBSD: options.mk,v 1.2 2019/09/09 12:59:06 nia Exp $
|
2019-09-07 06:02:58 +02:00
|
|
|
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.mate-control-center
|
2019-09-09 14:59:06 +02:00
|
|
|
PKG_SUPPORTED_OPTIONS= libappindicator
|
|
|
|
PKG_SUGGESTED_OPTIONS= libappindicator
|
|
|
|
|
|
|
|
PKG_OPTIONS_LEGACY_OPTS+= libappindicator3:libappindicator
|
2019-09-07 06:02:58 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
|
2019-09-09 14:59:06 +02:00
|
|
|
.if !empty(PKG_OPTIONS:Mlibappindicator)
|
|
|
|
.include "../../devel/libappindicator/buildlink3.mk"
|
2019-09-07 06:02:58 +02:00
|
|
|
# configure automatically enables this option if it finds it in the
|
|
|
|
# environment. There are no additional files generated.
|
|
|
|
.endif
|