pkgsrc/textproc/enchant/Makefile

22 lines
590 B
Makefile
Raw Normal View History

# $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__
2004-02-16 00:25:38 +01:00
.include "../../devel/glib2/buildlink3.mk"
2004-02-23 03:08:29 +01:00
.include "../../devel/pkgconfig/buildlink3.mk"
2004-02-16 00:25:38 +01:00
.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"