b9f6f5b92ac232f60df2a75d14884a5a0fb42474
[pkgsrc.git] / textproc / enchant / Makefile
1 # $NetBSD: Makefile,v 1.30 2009/10/12 19:56:04 ahoka Exp $
2 #
3
4 DISTNAME=               enchant-1.5.0
5 PKGREVISION=            1
6 CATEGORIES=             textproc
7 MASTER_SITES=           http://www.abisource.com/downloads/enchant/1.5.0/
8
9 MAINTAINER=             pkgsrc-users@NetBSD.org
10 HOMEPAGE=               http://www.abisource.com/projects/enchant/
11 COMMENT=                Generic spell checking library
12 LICENSE=                gnu-lgpl-v2.1
13
14 PKG_DESTDIR_SUPPORT=    user-destdir
15
16 USE_TOOLS+=             pkg-config autoconf
17 USE_LANGUAGES=          c c++
18 USE_PKGLOCALEDIR=       yes
19 USE_LIBTOOL=            yes
20 PKGCONFIG_OVERRIDE+=    enchant.pc.in
21 GNU_CONFIGURE=          yes
22 CFLAGS.SunOS+=          -D__EXTENSIONS__
23
24 CONFIGURE_ARGS+=        --with-myspell-dir=${BUILDLINK_PREFIX.hunspell}/share/hunspell
25
26 .include "options.mk"
27
28 .include "../../devel/glib2/buildlink3.mk"
29 .include "../../mk/bsd.pkg.mk"