diff options
author | agc <agc@pkgsrc.org> | 2001-03-14 12:14:02 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-03-14 12:14:02 +0000 |
commit | 31a76baf81e161f0ad201074f144db7e7a20bc89 (patch) | |
tree | 4c427dbb973c2fe0e62f08fa19f918b977e58232 /textproc/ispell-francais/Makefile | |
parent | 93771b497b18ddc601b2a66e69411aa9a9f4b8ff (diff) | |
download | pkgsrc-31a76baf81e161f0ad201074f144db7e7a20bc89.tar.gz |
Initial import of ispell-francais, the French spelling dictionary for
ispell.
Diffstat (limited to 'textproc/ispell-francais/Makefile')
-rw-r--r-- | textproc/ispell-francais/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/ispell-francais/Makefile b/textproc/ispell-francais/Makefile new file mode 100644 index 00000000000..872faa6a6a1 --- /dev/null +++ b/textproc/ispell-francais/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/03/14 12:14:02 agc Exp $ +# + +DISTNAME= francais-IREQ-1.4 +PKGNAME= ispell-francais-1.4 +CATEGORIES= textproc +MASTER_SITES= ftp://ftp.robot.ireq.ca/pub/ispell/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.gnu.org/software/ispell/ispell.html +COMMENT= French dictionary for interactive spelling checker + +DEPENDS+= ispell-base-3.1.20:../../textproc/ispell-base + +CONFLICTS+= ispell-[0-9]* + +WRKSRC= ${WRKDIR} + +.include "../../mk/bsd.pkg.mk" |