pkgsrc/textproc/artha/options.mk
wiz 5e16c4067b Import artha-1.0.3 as textproc/artha, provided by David H. Gutteridge
in PR 49953.

Artha is a free cross-platform English thesaurus that works completely
off-line and is based on WordNet. Artha is a handy thesaurus that
focuses on high usability, without trading off simplicity and ease of
use. It has the following distinct features that increases its
usability: hot key lookup, regular expressions search, notifications,
suggestions, relative to sense mapping.
2015-06-08 11:16:38 +00:00

11 lines
322 B
Makefile

# $NetBSD: options.mk,v 1.1 2015/06/08 11:16:38 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.artha
PKG_SUPPORTED_OPTIONS= libnotify
PKG_SUGGESTED_OPTIONS= libnotify
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mlibnotify)
.include "../../sysutils/libnotify/buildlink3.mk"
.endif