summaryrefslogtreecommitdiff
path: root/textproc/ispell-german/Makefile
diff options
context:
space:
mode:
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"