pkgsrc-wip/gksu/options.mk
Blue Rats cdb75b3d3c Updated to latest release: added options framework to handle NLS (which
doesn't install the locale files, for some reason); removed patch-aa is now
unnecessary; added patch to only include glib.h instead of other glib/*
includes; updated PLIST and distinfo; +LICENSE; Filled in USE_TOOLS;
buildlink gtk-doc, nautilus and gnome-keyring.
2013-01-21 00:38:46 +00:00

15 lines
370 B
Makefile

# $NetBSD: options.mk,v 1.1 2013/01/21 00:38:46 othyro Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gksu
PKG_SUPPORTED_OPTIONS= nls
PKG_SUGGESTED_OPTIONS+= nls # doesn't install locale files
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mnls)
.include "../../devel/gettext-lib/buildlink3.mk"
CONFIGURE_ENV+= USE_NLS=yes
.else
CONFIGURE_ARGS+= --disable-nls
.endif