pkgsrc/textproc/enchant/Makefile

26 lines
613 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.23 2008/04/14 11:35:50 wiz Exp $
#
DISTNAME= enchant-1.4.0
CATEGORIES= textproc
MASTER_SITES= http://www.abisource.com/downloads/enchant/1.4.0/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.abisource.com/projects/enchant/
COMMENT= Generic spell checking library
2006-11-14 14:56:15 +01:00
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= pkg-config
2006-05-09 04:01:11 +02:00
USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= enchant.pc.in
GNU_CONFIGURE= yes
CFLAGS.SunOS+= -D__EXTENSIONS__
.include "options.mk"
2004-02-16 00:25:38 +01:00
.include "../../devel/glib2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"