diff options
Diffstat (limited to 'hebrew/aspell/Makefile')
-rw-r--r-- | hebrew/aspell/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/hebrew/aspell/Makefile b/hebrew/aspell/Makefile new file mode 100644 index 000000000000..aea7fd3e8790 --- /dev/null +++ b/hebrew/aspell/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: he-aspell +# Date created: 28 August 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +PORTNAME= aspell +CATEGORIES= hebrew + +MAINTAINER= ports@FreeBSD.org +COMMENT= Aspell with Hebrew dictionaries + +MASTERDIR= ${.CURDIR}/../../textproc/aspell + +ASPELL_HE= ken + +.include "${MASTERDIR}/Makefile" |