diff options
author | thierry <thierry@FreeBSD.org> | 2007-02-13 06:24:13 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2007-02-13 06:24:13 +0800 |
commit | 2add14158f222ae67df0d1ae356f3ad8d21906cc (patch) | |
tree | 8274cbcad09bde2e6d1c6383ea21200c9a28c26e /arabic/aspell/Makefile | |
parent | 064207d9ef870dbdfe64e0358204f817cb7ef985 (diff) | |
download | freebsd-ports-gnome-2add14158f222ae67df0d1ae356f3ad8d21906cc.tar.gz freebsd-ports-gnome-2add14158f222ae67df0d1ae356f3ad8d21906cc.tar.zst freebsd-ports-gnome-2add14158f222ae67df0d1ae356f3ad8d21906cc.zip |
Add Aspell Arabic dictionaries.
Diffstat (limited to 'arabic/aspell/Makefile')
-rw-r--r-- | arabic/aspell/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arabic/aspell/Makefile b/arabic/aspell/Makefile new file mode 100644 index 000000000000..81aea6ad0e8f --- /dev/null +++ b/arabic/aspell/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: ar-aspell +# Date created: 12 February 2007 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= aspell +DISTVERSION= 6-ar-1.2-0 +CATEGORIES= arabic textproc + +MAINTAINER= thierry@FreeBSD.org +COMMENT= Aspell Arabic dictionaries + +DICT= ar + +.include "${.CURDIR}/../../textproc/aspell/Makefile.inc" +.include <bsd.port.post.mk> |