pkgsrc/textproc/aspell/Makefile
wiz 8f693822f2 Initial import of aspell:
Aspell is an Open Source spell checker designed to eventually replace
Ispell. Its main feature is that it does a much better job of coming up
with possible suggestions than Ispell does. In fact recent tests shows
that it even does better than Microsoft Word 97's spell checker in some
cases. In addition it has both compile time and run time support for other
non English languages. Aspell is also a library however the recommend way
to use aspell is through the Pspell library as the actual interface to the
aspell library is constantly changing.
2002-01-15 01:07:24 +00:00

27 lines
698 B
Makefile

# $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"