pkgsrc/textproc/mythes/Makefile
richard fa1567d045 Fix COMMENT line and not to forget the following changelog since last version:
2012-06-28 Caolán McNamara <cmc at LibO>:
        * fix some cppcheck warnings
        * fix some parfait warnings
2013-11-30 11:57:18 +00:00

23 lines
525 B
Makefile

# $NetBSD: Makefile,v 1.6 2013/11/30 11:57:18 richard Exp $
DISTNAME= mythes-1.2.3
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"