pkgsrc/textproc/enchant/Makefile
tv a62d3fb0e1 Extra PKGREVISION bump to cover the libtool/compiler-wrapper problems.
Since dependencies were actually failing to build, they fortunately don't
require PKGREVISION bumps themselves.
2004-10-07 16:36:47 +00:00

22 lines
574 B
Makefile

# $NetBSD: Makefile,v 1.8 2004/10/07 16:36:47 tv Exp $
#
DISTNAME= enchant-1.1.3
PKGREVISION= 2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=abiword/}
MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://www.abisource.com/enchant/
COMMENT= Generic spell checking library
USE_BUILDLINK3= yes
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= enchant.pc.in
GNU_CONFIGURE= yes
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"