summaryrefslogtreecommitdiff
path: root/textproc/ispell-german/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-03-15 15:26:35 +0000
committerwiz <wiz@pkgsrc.org>2001-03-15 15:26:35 +0000
commitb7e5ed5a639742287fa6b4c9a30d2b62c4ee7575 (patch)
tree2df060903f0834c8c12ef6bc480a73a2a726d986 /textproc/ispell-german/Makefile
parent9199d8e70f2efa1399290459d92e8947f386beea (diff)
downloadpkgsrc-b7e5ed5a639742287fa6b4c9a30d2b62c4ee7575.tar.gz
Initial import of ispell-german, as requested in pkg/12145:
German dictionary for ispell.
Diffstat (limited to 'textproc/ispell-german/Makefile')
-rw-r--r--textproc/ispell-german/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/ispell-german/Makefile b/textproc/ispell-german/Makefile
new file mode 100644
index 00000000000..640a7e158ba
--- /dev/null
+++ b/textproc/ispell-german/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/03/15 15:26:35 wiz Exp $
+#
+
+DISTNAME= igerman98-20001109
+PKGNAME= ispell-german-20001109
+CATEGORIES= textproc
+MASTER_SITES= http://www.suse.de/~bjacke/igerman98/dict/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.suse.de/~bjacke/igerman98/
+COMMENT= German dictionary for interactive spelling checker
+
+DEPENDS+= ispell-base>=3.1.20nb1:../../textproc/ispell-base
+
+ALL_TARGET= german.hash
+
+.include "../../mk/bsd.pkg.mk"