mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
2254aade9e
for the benefit of users of Hebrew and Arabic, such as: the ability to display the signs point the Hebrew / Arabic (dash Hebrew) as an alternative, convenient editing of characters in the format of the BiDi (such as RLM, LRM), an alternative algorithm Greek paragraphs to set the emulation of the Hebrew keyboard. PR: ports/130087 Submitted by: Eitan Adler <EitanAdlerList at gmail.com>
21 lines
494 B
Makefile
21 lines
494 B
Makefile
# New ports collection makefile for: geresh
|
|
# Date created: 30 December 2008
|
|
# Whom: Eitan Adler <EitanAdlerList@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= geresh
|
|
PORTVERSION= 0.6.3
|
|
CATEGORIES= hebrew editors
|
|
MASTER_SITES= http://www.typo.co.il/~mooffie/geresh/download/
|
|
|
|
MAINTAINER= EitanAdlerList@gmail.com
|
|
COMMENT= A Hebrew console based text edtior
|
|
|
|
LIB_DEPENDS= fribidi.0:${PORTSDIR}/converters/fribidi
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|