pkgsrc/textproc/mythes/Makefile
nia 6bfa555ff4 mythes: Update to 1.2.4
Changes:
* fix some clang scan-build warnings
2020-03-24 18:18:15 +00:00

23 lines
522 B
Makefile

# $NetBSD: Makefile,v 1.16 2020/03/24 18:18:15 nia Exp $
DISTNAME= mythes-1.2.4
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"