aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/british-ispell
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>2000-02-12 01:18:32 +0800
committerjmz <jmz@FreeBSD.org>2000-02-12 01:18:32 +0800
commit64e54a3fa32923f3ebd4fa1127744bf2f641bd92 (patch)
treee44ef8f17f25a1dac7083cdacf05cdc277ce4f75 /textproc/british-ispell
parent7116c7488ec76ba7ad9c92b02ef347a21c995c30 (diff)
downloadfreebsd-ports-gnome-64e54a3fa32923f3ebd4fa1127744bf2f641bd92.tar.gz
freebsd-ports-gnome-64e54a3fa32923f3ebd4fa1127744bf2f641bd92.tar.zst
freebsd-ports-gnome-64e54a3fa32923f3ebd4fa1127744bf2f641bd92.zip
Ispell with a british dictionary.
Submitted by: Alexander Langer <alex@big.endian.de>
Diffstat (limited to 'textproc/british-ispell')
-rw-r--r--textproc/british-ispell/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/british-ispell/Makefile b/textproc/british-ispell/Makefile
new file mode 100644
index 000000000000..97e5fbff0580
--- /dev/null
+++ b/textproc/british-ispell/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: british-ispell
+# Version required: 3.1
+# Date created: 10 February 2000
+# Whom: Alexander Langer <alex@big.endian.de>
+#
+# $FreeBSD$
+#
+
+MAINTAINER= alex@big.endian.de
+
+ISPELL_BRITISH= yes
+PKGNAME= british-ispell-3.1
+MASTERDIR= ${.CURDIR}/../ispell
+
+SCRIPTS_ENV= ISPELL_BRITISH=yes
+
+.include "${MASTERDIR}/Makefile"