9a5109760b
MATE Utilities for the MATE Desktop contains the following: mate-system-log [logview] mate-search-tool [gseachtool] mate-dictionary [mate-dictionary] mate-screenshot [mate-screenshot] mate-disk-usage-analyzer [baobab]
13 lines
309 B
Makefile
13 lines
309 B
Makefile
# $NetBSD: options.mk,v 1.1 2016/05/21 19:18:11 youri Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.mate-utils
|
|
PKG_SUPPORTED_OPTIONS= inet6
|
|
PKG_SUGGESTED_OPTIONS= inet6
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Minet6)
|
|
CONFIGURE_ARGS+= --enable-ipv6=yes
|
|
.else
|
|
CONFIGURE_ARGS+= --enable-ipv6=no
|
|
.endif
|