diff options
-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 4e0c60d..ebce8b3 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 0000000..d696232 --- /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 0000000..5cce891 --- /dev/null +++ b/textproc/tr-aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Turkish dictionary. + +WWW: http://aspell.net/ |