diff options
Diffstat (limited to 'textproc/fa-aspell/Makefile')
-rw-r--r-- | textproc/fa-aspell/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/fa-aspell/Makefile b/textproc/fa-aspell/Makefile new file mode 100644 index 000000000000..9578c58e157e --- /dev/null +++ b/textproc/fa-aspell/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: fa-aspell +# Date created: 16 November 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= fa-aspell + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Persian (Farsi) dictionary + +MASTERDIR= ${.CURDIR}/../aspell + +ASPELL_FA= bale + +.include "${MASTERDIR}/Makefile" |