diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-03-31 20:10:42 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-03-31 20:10:42 +0000 |
commit | b7ade6eaae9ac469d00233f48cd1569b0f158c3f (patch) | |
tree | 69c02b03c697ceeb24139c2dd0e84b00bb583b37 /textproc | |
parent | Add tn-aspell , aspell with Tswana dictionary. (diff) |
Add tr-aspell , aspell with Turkish dictionary.
Approved by: mat (mentor).
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/tr-aspell/Makefile | 17 | ||||
-rw-r--r-- | textproc/tr-aspell/pkg-descr | 3 |
3 files changed, 21 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 4e0c60d4174a..ebce8b38b75c 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -530,6 +530,7 @@ SUBDIR += tkdiff SUBDIR += tn-aspell SUBDIR += tnef2txt + SUBDIR += tr-aspell SUBDIR += trang SUBDIR += tth SUBDIR += txt2html diff --git a/textproc/tr-aspell/Makefile b/textproc/tr-aspell/Makefile new file mode 100644 index 000000000000..d696232a1964 --- /dev/null +++ b/textproc/tr-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: tr-aspell +# Date created: 31 March 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= tr-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Turkish dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_TR= evet + +.include "${MASTERDIR}/Makefile" diff --git a/textproc/tr-aspell/pkg-descr b/textproc/tr-aspell/pkg-descr new file mode 100644 index 000000000000..5cce891c6f21 --- /dev/null +++ b/textproc/tr-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Turkish dictionary. + +WWW: http://aspell.net/ |