diff options
Diffstat (limited to 'textproc/tr-aspell/Makefile')
-rw-r--r-- | textproc/tr-aspell/Makefile | 17 |
1 files changed, 17 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" |