summaryrefslogtreecommitdiff
path: root/textproc/aspell/Makefile
blob: af3d77b62d14632db9cdf61e01a5a8f735534ae4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# $NetBSD: Makefile,v 1.1.1.1 2002/01/15 01:07:25 wiz Exp $
#

DISTNAME=		aspell-.33.7.1
PKGNAME=		${DISTNAME:S/-./-0./}
CATEGORIES=		textproc
MASTER_SITES=		${MASTER_SITE_SOURCEFORGE:=aspell/}

MAINTAINER=		wiz@netbsd.org
HOMEPAGE=		http://aspell.sourceforge.net/
COMMENT=		spell checker with good multi-language support

GNU_CONFIGURE=		yes
USE_GMAKE=		yes
USE_LIBTOOL=		yes
LIBTOOL_OVERRIDE=	${WRKSRC}/libtool
USE_BUILDLINK_ONLY=	yes

# halfdelay()
USE_NCURSES=		yes

CONFIGURE_ARGS+=	--enable-doc-dir=${PREFIX}/share/doc/aspell
CONFIGURE_ARGS+=	--enable-curses=ncurses

.include "../../devel/ncurses/buildlink.mk"
.include "../../textproc/libpspell/buildlink.mk"
.include "../../mk/bsd.pkg.mk"