pkgsrc/textproc/artha/Makefile
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

27 lines
805 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/06/08 11:16:38 wiz Exp $
DISTNAME= artha-1.0.3
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=artha/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://artha.sourceforge.net/
COMMENT= Open Source WordNet-based thesaurus
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= autoconf automake gmake pkg-config
USE_LANGUAGES= c
.include "options.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../textproc/enchant/buildlink3.mk"
.include "../../textproc/WordNet/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../sysutils/dbus-glib/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"