aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/ast-aspell/Makefile
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2010-12-29 02:56:07 +0800
committerthierry <thierry@FreeBSD.org>2010-12-29 02:56:07 +0800
commite1f762ed1e7773ec82be5b7faeae66a66954c719 (patch)
tree1d6bd3b2b11b218d699750e1ca8fdec85152cec6 /textproc/ast-aspell/Makefile
parent655ae7e4fe556637c6b22f697eb777532b7611c4 (diff)
downloadfreebsd-ports-gnome-e1f762ed1e7773ec82be5b7faeae66a66954c719.tar.gz
freebsd-ports-gnome-e1f762ed1e7773ec82be5b7faeae66a66954c719.tar.zst
freebsd-ports-gnome-e1f762ed1e7773ec82be5b7faeae66a66954c719.zip
Adding Aspell Asturian dictionary.
WWW: http://docu.softastur.org/Aspell
Diffstat (limited to 'textproc/ast-aspell/Makefile')
-rw-r--r--textproc/ast-aspell/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/ast-aspell/Makefile b/textproc/ast-aspell/Makefile
new file mode 100644
index 000000000000..54883967c485
--- /dev/null
+++ b/textproc/ast-aspell/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: ast-aspell
+# Date created: 28 December 2010
+# Whom: Thierry Thomas <thierry@pompo.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= ${DICT}-aspell
+DISTVERSION= 6-ast-0.01
+CATEGORIES= textproc
+
+MAINTAINER= thierry@FreeBSD.org
+COMMENT= Aspell Asturian dictionary
+
+DICT= ast
+
+.include "${.CURDIR}/../../textproc/aspell/Makefile.inc"
+.include <bsd.port.post.mk>