diff options
author | thierry <thierry@FreeBSD.org> | 2006-01-20 07:09:42 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-01-20 07:09:42 +0800 |
commit | b12e053c388c7411f17a48d2bdb3c4a5224be633 (patch) | |
tree | 22d4aea39bf7a7c4ce7b420285a2937feacae0c9 /textproc/gu-aspell/Makefile | |
parent | 510bc77729fbc0db8031fff830c4f1d9cfb28422 (diff) | |
download | freebsd-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/Makefile | 17 |
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" |