pkgsrc/textproc/mythes/Makefile
wiz 2e65d464e8 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:50:58 +00:00

24 lines
536 B
Makefile

# $NetBSD: Makefile,v 1.8 2015/06/12 10:51:21 wiz Exp $
DISTNAME= mythes-1.2.3
PKGREVISION= 2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hunspell}/
MAINTAINER= ftigeot@wolfpond.org
HOMEPAGE= http://hunspell.sourceforge.net/
COMMENT= Simple thesaurus library
LICENSE= modified-bsd
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"