diff options
author | jwise <jwise@pkgsrc.org> | 2002-08-19 21:20:38 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2002-08-19 21:20:38 +0000 |
commit | f1287d0e268557451bdb0e62ddffa2370b26a808 (patch) | |
tree | 141a871b244c6cb07883b7c55e04c9aaa9ec5c7b /textproc/ispell-romanian/Makefile | |
parent | 3e18f4709ee08868f5d5b5077238c0db59603bb6 (diff) | |
download | pkgsrc-f1287d0e268557451bdb0e62ddffa2370b26a808.tar.gz |
Initial import of ispell-romanian-20020218, a `modest' Romanian spelling
dictionary for ispell, put out by Mihai Budiu at CMU.
Diffstat (limited to 'textproc/ispell-romanian/Makefile')
-rw-r--r-- | textproc/ispell-romanian/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/ispell-romanian/Makefile b/textproc/ispell-romanian/Makefile new file mode 100644 index 00000000000..ac9c96c6d93 --- /dev/null +++ b/textproc/ispell-romanian/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/08/19 21:20:38 jwise Exp $ +# + +DISTNAME= rom-spell +PKGNAME= ispell-romanian-20020218 +CATEGORIES= textproc +MASTER_SITES= http://www.cs.cmu.edu/~mihaib/ftp/ + +MAINTAINER= jwise@netbsd.org +HOMEPAGE= http://fmg-www.cs.ucla.edu/fmg-members/geoff/ispell-dictionaries.html#Romanian-dicts +COMMENT= Romanian dictionary for ispell + +DEPENDS+= ispell-base>=3.1.20:../../textproc/ispell-base + +do-install: + ${INSTALL_DATA} ${WRKSRC}/rom.aff ${PREFIX}/lib/romanian.aff + ${INSTALL_DATA} ${WRKSRC}/rom.hash ${PREFIX}/lib/romanian.hash + ${INSTALL_DATA} ${WRKSRC}/rom.signs.aff ${PREFIX}/lib/romanian-signs.aff + ${INSTALL_DATA} ${WRKSRC}/rom.signs.hash ${PREFIX}/lib/romanian-signs.hash + +.include "../../mk/bsd.pkg.mk" |