1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/hebrew/he2/Makefile
John Marino c17679ba79 hebrew/he2: document ncurses requirement (USES+=ncurses)
while here: replace sysctl shell command with equivalent variable.
Also link with libncurses, not libcurses + libtermcap

approved by:	infrastructure blanket
2016-02-05 15:43:27 +00:00

26 lines
564 B
Makefile

# Created by: nadav@libagent.org
# $FreeBSD$
PORTNAME= he2
PORTVERSION= 0.61
PORTREVISION= 3
CATEGORIES= hebrew editors
MASTER_SITES= SF/${PORTNAME}/HebrewEditor/${PORTVERSION}
MAINTAINER= cpm@fbsd.es
COMMENT= Editor for editing (primarily LaTeX) Hebrew files
LICENSE= GPLv2
RUN_DEPENDS= iw-elmar-fonts>0:${PORTSDIR}/hebrew/elmar-fonts
USES= gmake ncurses
GNU_CONFIGURE= yes
ALL_TARGET= -j${MAKE_JOBS_NUMBER}
post-patch:
@${REINPLACE_CMD} -e 's|-lcurses -ltermcap|-lncurses|' \
${WRKSRC}/he2/Makefile.in ${WRKSRC}/he2/Makefile.am
.include <bsd.port.mk>