pkgsrc/textproc/enchant/Makefile
wiz 5d81117045 Update to 1.3.0:
This stable release includes updated documentation, relocatable
binary support, better Aspell support, Hunspell support (replacement
for Myspell), Hspell support, and some minor bugfixes.
2006-12-05 10:28:27 +00:00

24 lines
637 B
Makefile

# $NetBSD: Makefile,v 1.22 2006/12/05 10:28:27 wiz Exp $
#
DISTNAME= enchant-1.3.0
CATEGORIES= textproc
MASTER_SITES= http://www.abisource.com/downloads/enchant/1.3.0/
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
USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= enchant.pc.in
GNU_CONFIGURE= yes
CFLAGS.SunOS+= -D__EXTENSIONS__
.include "../../devel/glib2/buildlink3.mk"
.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"