pkgsrc/textproc/enchant/Makefile
drochner f421a79193 update to 1.1.6:
This release features the ability to get a list of supported
languages, and the usual bugfixes. A few APIs have been deprecated
in the process.
2005-04-13 20:09:32 +00:00

21 lines
590 B
Makefile

# $NetBSD: Makefile,v 1.13 2005/04/13 20:09:32 drochner Exp $
#
DISTNAME= enchant-1.1.6
CATEGORIES= textproc
MASTER_SITES= http://www.abisource.com/downloads/enchant/1.1.6/
MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://www.abisource.com/enchant/
COMMENT= Generic spell checking library
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= enchant.pc.in
GNU_CONFIGURE= yes
CFLAGS.SunOS+= -D__EXTENSIONS__
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"