blob: 2422dadbd3f9725501a29716df6c3a3045b5d395 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# New ports collection makefile for: he2
# Date created: 3 August 2001
# Whom: nadav@libagent.org
#
# $FreeBSD$
#
PORTNAME= he2
PORTVERSION= 0.61
PORTREVISION= 2
CATEGORIES= hebrew editors
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= An editor for editing (primarily LaTeX) Hebrew files
RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/hebrew:${PORTSDIR}/hebrew/elmar-fonts
USE_GMAKE= yes
GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= Broken with gcc 4.2
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>
|