aboutsummaryrefslogtreecommitdiff
path: root/textproc/nds-aspell/Makefile
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2004-12-28 16:00:41 +0000
committerThierry Thomas <thierry@FreeBSD.org>2004-12-28 16:00:41 +0000
commit7bda762ebb22c6ef269cb5de0ec6401d9d3fadba (patch)
tree5c2bc61dca255d093cf670f4d1828cee0f3e6058 /textproc/nds-aspell/Makefile
parent8d4139c01fe9fc016ff0efd36ad7681638332acf (diff)
downloadports-7bda762ebb22c6ef269cb5de0ec6401d9d3fadba.tar.gz
ports-7bda762ebb22c6ef269cb5de0ec6401d9d3fadba.zip
Adding three new dictionaries:
- Amharic (am); - Oriya (or); - Low Saxon (nds).
Notes
Notes: svn path=/head/; revision=125348
Diffstat (limited to 'textproc/nds-aspell/Makefile')
-rw-r--r--textproc/nds-aspell/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/nds-aspell/Makefile b/textproc/nds-aspell/Makefile
new file mode 100644
index 000000000000..4b83b1b998c9
--- /dev/null
+++ b/textproc/nds-aspell/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: nds-aspell
+# Date created: 28 December 2004
+# Whom: Thierry Thomas <thierry@pompo.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= nds-aspell
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Aspell with Low Saxon dictionary
+
+MASTERDIR= ${.CURDIR}/../aspell
+
+ASPELL_NDS= jau
+
+.include "${MASTERDIR}/Makefile"