summaryrefslogtreecommitdiff
path: root/textproc/nl-ispell
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>2001-01-13 15:50:15 +0000
committerAlexander Langer <alex@FreeBSD.org>2001-01-13 15:50:15 +0000
commit829b17af868604cbe109cf35ae7bd7316bd9c666 (patch)
tree080a73efbf76f5107b05c7285a3d17285693c5d5 /textproc/nl-ispell
parentUpdate to version 2.0 (diff)
Add nl-ispell, a slaveport to textproc/ispell, with ISPELL_NL set, so
that it installs a dutch dictionary as well.
Notes
Notes: svn path=/head/; revision=37167
Diffstat (limited to 'textproc/nl-ispell')
-rw-r--r--textproc/nl-ispell/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/textproc/nl-ispell/Makefile b/textproc/nl-ispell/Makefile
new file mode 100644
index 000000000000..b3429d4a6a8a
--- /dev/null
+++ b/textproc/nl-ispell/Makefile
@@ -0,0 +1,15 @@
+# New ports collection makefile for: nl-ispell
+# Date created: 13 January 2001
+# Whom: alex
+#
+# $FreeBSD$
+#
+
+MAINTAINER= alex@FreeBSD.org
+
+ISPELL_NO= yes
+PORTNAME= nl-ispell
+PORTVERSION= 1.0.0
+MASTERDIR= ${.CURDIR}/../ispell
+
+.include "${MASTERDIR}/Makefile"