diff options
author | thierry <thierry@FreeBSD.org> | 2004-04-01 04:10:42 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-04-01 04:10:42 +0800 |
commit | 7b09271a3fab63f69e661d3af01fe23400b3a5b1 (patch) | |
tree | 511f7b0e2f9c7548eabe9d1ca2e4a2365bb09b51 /textproc | |
parent | 32cc1b240e0bc12654853cb12ebe06ce4f1498a1 (diff) | |
download | freebsd-ports-gnome-7b09271a3fab63f69e661d3af01fe23400b3a5b1.tar.gz freebsd-ports-gnome-7b09271a3fab63f69e661d3af01fe23400b3a5b1.tar.zst freebsd-ports-gnome-7b09271a3fab63f69e661d3af01fe23400b3a5b1.zip |
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/ |