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/tr-aspell | |
parent | 4a6ceef075449c2aed553bd342d8d64be4e4a018 (diff) | |
download | ports-b7ade6eaae9ac469d00233f48cd1569b0f158c3f.tar.gz ports-b7ade6eaae9ac469d00233f48cd1569b0f158c3f.zip |
Notes
Diffstat (limited to 'textproc/tr-aspell')
-rw-r--r-- | textproc/tr-aspell/Makefile | 17 | ||||
-rw-r--r-- | textproc/tr-aspell/pkg-descr | 3 |
2 files changed, 20 insertions, 0 deletions
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/ |