blob: 6c8c55bc0c115ffb8b895f4c2aa8407ed26ddd2d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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>
|