1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/hebrew/he2/Makefile
Mikhail Teterin 2bd077b50d Unbreak by fixing some old code. Fix a typo in pkg-descr.
Large number of compiler warnings remain...

While here -- enable parallel build on systems with multiple CPUs.
2008-05-22 00:12:09 +00:00

27 lines
520 B
Makefile

# 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
ALL_TARGET= -j`${SYSCTL} -n hw.ncpu`
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>