5e16c4067b
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.
11 lines
322 B
Makefile
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
|