aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/gu-aspell/Makefile
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2006-01-20 07:09:42 +0800
committerthierry <thierry@FreeBSD.org>2006-01-20 07:09:42 +0800
commitb12e053c388c7411f17a48d2bdb3c4a5224be633 (patch)
tree22d4aea39bf7a7c4ce7b420285a2937feacae0c9 /textproc/gu-aspell/Makefile
parent510bc77729fbc0db8031fff830c4f1d9cfb28422 (diff)
downloadfreebsd-ports-gnome-b12e053c388c7411f17a48d2bdb3c4a5224be633.tar.gz
freebsd-ports-gnome-b12e053c388c7411f17a48d2bdb3c4a5224be633.tar.zst
freebsd-ports-gnome-b12e053c388c7411f17a48d2bdb3c4a5224be633.zip
- Add a Gujarati (gu) dictionary;
- Update Lithuanian (lt) & Uzbek (uz) dictionaries.
Diffstat (limited to 'textproc/gu-aspell/Makefile')
-rw-r--r--textproc/gu-aspell/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/gu-aspell/Makefile b/textproc/gu-aspell/Makefile
new file mode 100644
index 000000000000..8bf899e01a2c
--- /dev/null
+++ b/textproc/gu-aspell/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: gu-aspell
+# Date created: 19 January 2006
+# Whom: Thierry Thomas <thierry@pompo.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gu-aspell
+
+MAINTAINER= thierry@FreeBSD.org
+COMMENT= Aspell with Gujarati dictionary
+
+MASTERDIR= ${.CURDIR}/../aspell
+
+ASPELL_GU= au
+
+.include "${MASTERDIR}/Makefile"