diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-03-31 20:09:40 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-03-31 20:09:40 +0000 |
commit | 4a6ceef075449c2aed553bd342d8d64be4e4a018 (patch) | |
tree | 836e22f1ad2c7c7a66eb8e006d46128828683474 /textproc | |
parent | Add sw-aspell , aspell with Swahili dictionary. (diff) |
Add tn-aspell , aspell with Tswana dictionary.
Approved by: mat (mentor).
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/tn-aspell/Makefile | 17 | ||||
-rw-r--r-- | textproc/tn-aspell/pkg-descr | 3 |
3 files changed, 21 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 32709f018fae..4e0c60d4174a 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -528,6 +528,7 @@ SUBDIR += texi2db SUBDIR += texi2html SUBDIR += tkdiff + SUBDIR += tn-aspell SUBDIR += tnef2txt SUBDIR += trang SUBDIR += tth diff --git a/textproc/tn-aspell/Makefile b/textproc/tn-aspell/Makefile new file mode 100644 index 000000000000..ec4838d7030b --- /dev/null +++ b/textproc/tn-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: tn-aspell +# Date created: 31 March 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= tn-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Tswana dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_TN= ee + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/tn-aspell/pkg-descr b/textproc/tn-aspell/pkg-descr new file mode 100644 index 000000000000..a3bcd70f67fd --- /dev/null +++ b/textproc/tn-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Tswana dictionary. + +WWW: http://aspell.net/ |