pkgsrc/textproc/mythes/Makefile
wiz b5a0ce1619 Initial import of mythes-1.2.2, packaged by Francois Tigeot for wip.
MyThes is a simple thesaurus that uses a structured text data file
and an index file with binary search to lookup words and phrases
and return information on part of speech, meanings, and synonyms.
It was written to provide a thesaurus for the OpenOffice.org project.
2012-03-17 10:57:37 +00:00

25 lines
587 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2012/03/17 10:57:37 wiz Exp $
DISTNAME= mythes-1.2.2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hunspell}/
MAINTAINER= ftigeot@wolfpond.org
HOMEPAGE= http://hunspell.sourceforge.net/
COMMENT= Library and tools for parsing the visio file format
LICENSE= modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config perl:run
GNU_CONFIGURE= yes
REPLACE_PERL= th_gen_idx.pl
PKGCONFIG_OVERRIDE= mythes.pc.in
.include "../../textproc/hunspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"