aboutsummaryrefslogtreecommitdiff
path: root/textproc/fa-aspell/Makefile
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2004-11-16 21:39:39 +0000
committerThierry Thomas <thierry@FreeBSD.org>2004-11-16 21:39:39 +0000
commitb685b94e9ae338c2444a1557c911120afd7631d3 (patch)
tree490e8767de803d0428200f920208a532d03e2872 /textproc/fa-aspell/Makefile
parentc2b2eeaaf8f50711cb763e1d4239e4d179ac6b89 (diff)
downloadports-b685b94e9ae338c2444a1557c911120afd7631d3.tar.gz
ports-b685b94e9ae338c2444a1557c911120afd7631d3.zip
- Update the german dictionary;
- Add two new dictionaries: Persian (Farsi) and alt-de (German using the original spelling rules); - A new slave port has been created for the Persian dictionary. Remark: no new slave port for alt-de, because (1) it might get merged with the normal de dictionary and (2) Serge Gagnon is working on a reorganization of all these slaves-ports. To install it use the port textproc/aspell.
Notes
Notes: svn path=/head/; revision=121775
Diffstat (limited to 'textproc/fa-aspell/Makefile')
-rw-r--r--textproc/fa-aspell/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/fa-aspell/Makefile b/textproc/fa-aspell/Makefile
new file mode 100644
index 000000000000..9578c58e157e
--- /dev/null
+++ b/textproc/fa-aspell/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: fa-aspell
+# Date created: 16 November 2004
+# Whom: Thierry Thomas <thierry@pompo.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= fa-aspell
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Aspell with Persian (Farsi) dictionary
+
+MASTERDIR= ${.CURDIR}/../aspell
+
+ASPELL_FA= bale
+
+.include "${MASTERDIR}/Makefile"