summaryrefslogtreecommitdiff
path: root/textproc/bn-aspell/Makefile
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2004-08-28 23:59:08 +0000
committerThierry Thomas <thierry@FreeBSD.org>2004-08-28 23:59:08 +0000
commit7be49f3c4b4dde6665e16c72c052b1c589804835 (patch)
treed3e9651f4148795e431a2b3dffefbed92d357b38 /textproc/bn-aspell/Makefile
parentUpgrade to the latest version, 3.2.0b6. (diff)
Add slaves ports for Aspell's new dictionaries.
Notes
Notes: svn path=/head/; revision=117537
Diffstat (limited to 'textproc/bn-aspell/Makefile')
-rw-r--r--textproc/bn-aspell/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/bn-aspell/Makefile b/textproc/bn-aspell/Makefile
new file mode 100644
index 000000000000..2f66c5dd5fc0
--- /dev/null
+++ b/textproc/bn-aspell/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: bn-aspell
+# Date created: 28 August 2004
+# Whom: Thierry Thomas <thierry@pompo.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= bn-aspell
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Aspell with Bengali dictionary
+
+MASTERDIR= ${.CURDIR}/../aspell
+
+ASPELL_BN= ha
+
+.include "${MASTERDIR}/Makefile"