blob: 20c667482f3c2b32699d9a187e0c22fcbb429078 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: nadav@libagent.org
# $FreeBSD$
PORTNAME= he2
PORTVERSION= 0.61
PORTREVISION= 2
CATEGORIES= hebrew editors
MASTER_SITES= SF/${PORTNAME}/HebrewEditor/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Editor for editing (primarily LaTeX) Hebrew files
RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/hebrew:${PORTSDIR}/hebrew/elmar-fonts
USES= gmake
GNU_CONFIGURE= yes
ALL_TARGET= -j`${SYSCTL} -n hw.ncpu`
.include <bsd.port.mk>
|