freebsd-ports/hebrew/he2/Makefile
Mark Linimon b3faf15764 Mark as broken on recent versions of 5.x due to the gcc3.3 import.
In this case, it is due to some kind of error in the preprocessor.
Notified maintainer.
2003-12-22 02:09:07 +00:00

31 lines
642 B
Makefile

# New ports collection makefile for: he2
# Date created: 3 August 2001
# Whom: nadav@libagent.org
#
# $FreeBSD$
#
PORTNAME= he2
PORTVERSION= 0.61
CATEGORIES= hebrew editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= nadav@libagent.org
COMMENT= An editor for editing (primarily LaTeX) Hebrew files
RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/hebrew:${PORTSDIR}/hebrew/elmar-fonts
USE_GMAKE= yes
GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile on FreeBSD ${OSVERSION}"
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>