pkgsrc/textproc/enchant/Makefile
wiz 2bb730bdee Update to 1.4.2:
Bug fixes.
2008-05-21 09:39:12 +00:00

27 lines
703 B
Makefile

# $NetBSD: Makefile,v 1.27 2008/05/21 09:39:12 wiz Exp $
#
DISTNAME= enchant-1.4.2
CATEGORIES= textproc
MASTER_SITES= http://www.abisource.com/downloads/enchant/1.4.2/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.abisource.com/projects/enchant/
COMMENT= Generic spell checking library
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= pkg-config autoconf
USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= enchant.pc.in
GNU_CONFIGURE= yes
CFLAGS.SunOS+= -D__EXTENSIONS__
CONFIGURE_ARGS+= --with-myspell-dir=${BUILDLINK_PREFIX.hunspell}/share/hunspell
.include "options.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"