diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2003-03-04 09:10:00 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2003-03-04 09:10:00 +0000 |
commit | d8a4e534751a4684e3e9f0d384afaab40e9a0bb3 (patch) | |
tree | bdc4bb8b3bad3b0424aab0c883885095dbe7a169 /textproc/ispell-emacs/Makefile | |
parent | eaa1e3ba82cbd82fc7400a0c03a0a82970fc37be (diff) | |
download | pkgsrc-d8a4e534751a4684e3e9f0d384afaab40e9a0bb3.tar.gz |
Initial import of ispell.el 3.6.
Ispell is a fast screen-oriented spelling checker that displays
errors in the context of the original file, and suggests possible
corrections. Some of the salient features of ispell include its
multilingual support and integration with emacs. Ispell contains
direct support for files formatted using LaTeX and [nt]roff. The
integration into emacs supports additional formats, including
hypertext files.
ispell.el is an emacs/XEmacs interface to ispell.
(Special thanks to Thomas Klausne for providing a nice DESCR! :-)
Diffstat (limited to 'textproc/ispell-emacs/Makefile')
-rw-r--r-- | textproc/ispell-emacs/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/textproc/ispell-emacs/Makefile b/textproc/ispell-emacs/Makefile new file mode 100644 index 00000000000..821f083403b --- /dev/null +++ b/textproc/ispell-emacs/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/03/04 09:10:00 uebayasi Exp $ +# + +DISTNAME= ispell.el +PKGNAME= ispell-emacs-3.6 +CATEGORIES= textproc +MASTER_SITES= ftp://kdstevens.com/pub/stevens/ +EXTRACT_SUFX= .gz + +MAINTAINER= wiz@netbsd.org +HOMEPAGE= http://kdstevens.com/~stevens/ispell-page.html +COMMENT= Emacs interface for ispell spell checker + +DEPENDS= ispell-base-[0-9]*:../../textproc/ispell-base + +WRKSRC= ${WRKDIR} +DIST_SUBDIR= ${PKGNAME_NOREV} + +NO_CONFIGURE= # +NO_BUILD= # + +do-install: + ${INSTALL_DATA_DIR} ${EMACS_LISPPREFIX}/ispell + ${INSTALL_DATA} ${WRKSRC}/ispell.el ${EMACS_LISPPREFIX}/ispell + +.include "../../mk/emacs.mk" +.include "../../mk/bsd.pkg.mk" |