summaryrefslogtreecommitdiff
path: root/textproc/aspell/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2002-01-15 01:07:24 +0000
committerwiz <wiz>2002-01-15 01:07:24 +0000
commit1f6d977892e288d21fc9db737f556b18e2d67bd0 (patch)
tree6cabae79fe6ee2dc63621acb7e1de758df3bc3fb /textproc/aspell/Makefile
parent951dfaaa935f03ed2952eb41ed4b4e48ca82ac4d (diff)
downloadpkgsrc-1f6d977892e288d21fc9db737f556b18e2d67bd0.tar.gz
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.
Diffstat (limited to 'textproc/aspell/Makefile')
-rw-r--r--textproc/aspell/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile
new file mode 100644
index 00000000000..af3d77b62d1
--- /dev/null
+++ b/textproc/aspell/Makefile
@@ -0,0 +1,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"