pkgsrc-wip/mate-utils/options.mk
Kamil Rytarowski 38d05701d7 Resurrect mate-utils-1.8.1
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]
2015-04-09 03:01:44 +00:00

13 lines
315 B
Makefile

# $NetBSD: options.mk,v 1.3 2015/04/09 03:01:44 krytarowski 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