2018-01-01 07:56:01 +01:00
|
|
|
# $NetBSD: options.mk,v 1.7 2018/01/01 06:56:01 ryoon Exp $
|
2008-08-31 08:36:47 +02:00
|
|
|
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.open-vm-tools
|
2017-02-20 10:19:27 +01:00
|
|
|
PKG_SUPPORTED_OPTIONS= icu x11
|
|
|
|
PKG_SUGGESTED_OPTIONS= icu x11
|
2008-08-31 08:36:47 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
|
2017-10-08 18:01:30 +02:00
|
|
|
PLIST_VARS+= x11
|
|
|
|
|
2017-02-20 10:19:27 +01:00
|
|
|
.if !empty(PKG_OPTIONS:Micu)
|
|
|
|
.include "../../textproc/icu/buildlink3.mk"
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --without-icu
|
|
|
|
.endif
|
|
|
|
|
2008-08-31 08:36:47 +02:00
|
|
|
.if !empty(PKG_OPTIONS:Mx11)
|
2017-10-08 18:01:30 +02:00
|
|
|
PLIST.x11= yes
|
2016-11-21 01:14:16 +01:00
|
|
|
MESSAGE_SRC+= MESSAGE.x11
|
2016-10-09 05:41:56 +02:00
|
|
|
. include "../../graphics/gdk-pixbuf2-xlib/buildlink3.mk"
|
2010-12-16 12:52:15 +01:00
|
|
|
. include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
2018-01-01 07:56:01 +01:00
|
|
|
. include "../../x11/gtkmm3/buildlink3.mk"
|
2017-02-20 10:19:27 +01:00
|
|
|
. include "../../x11/libXtst/buildlink3.mk"
|
2008-08-31 08:36:47 +02:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --without-x
|
|
|
|
.endif
|