diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-08-28 23:59:08 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-08-28 23:59:08 +0000 |
commit | 7be49f3c4b4dde6665e16c72c052b1c589804835 (patch) | |
tree | d3e9651f4148795e431a2b3dffefbed92d357b38 /hebrew | |
parent | 9adf7fe998a5139199da019e109ece33cc1f7430 (diff) | |
download | ports-7be49f3c4b4dde6665e16c72c052b1c589804835.tar.gz ports-7be49f3c4b4dde6665e16c72c052b1c589804835.zip |
Notes
Diffstat (limited to 'hebrew')
-rw-r--r-- | hebrew/Makefile | 1 | ||||
-rw-r--r-- | hebrew/aspell/Makefile | 18 | ||||
-rw-r--r-- | hebrew/aspell/pkg-descr | 3 |
3 files changed, 22 insertions, 0 deletions
diff --git a/hebrew/Makefile b/hebrew/Makefile index 060737249245..8090f7a7c58a 100644 --- a/hebrew/Makefile +++ b/hebrew/Makefile @@ -3,6 +3,7 @@ COMMENT = Hebrew support + SUBDIR += aspell SUBDIR += culmus SUBDIR += elmar-fonts SUBDIR += he2 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" diff --git a/hebrew/aspell/pkg-descr b/hebrew/aspell/pkg-descr new file mode 100644 index 000000000000..17fbf3fcfa21 --- /dev/null +++ b/hebrew/aspell/pkg-descr @@ -0,0 +1,3 @@ +Aspell with Hebrew dictionaries. + +WWW: http://aspell.net/ |