From d119258ee1b6fffededbbf99312ef3dc4cdb5da3 Mon Sep 17 00:00:00 2001 From: Juergen Lock Date: Sat, 7 Apr 2007 18:37:23 +0000 Subject: Use ncursesw from base where available (HEAD and now RELENG_6 too) Submitted by: rafan@ Approved by: miwi (mentor, implicit) --- games/latrine/Makefile | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'games') diff --git a/games/latrine/Makefile b/games/latrine/Makefile index 752500575aa3..cfd34c9ab8d0 100644 --- a/games/latrine/Makefile +++ b/games/latrine/Makefile @@ -7,14 +7,13 @@ PORTNAME= latrine PORTVERSION= 0.9.0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.godisch.de/debian/latrine/ MAINTAINER= nox@FreeBSD.org COMMENT= Curses-based LAnguage TRaINEr -LIB_DEPENDS+= ncursesw.5:${PORTSDIR}/devel/ncurses - GNU_CONFIGURE= yes CONFIGURE_ARGS= "CFLAGS=-I${LOCALBASE}/include -I${WRKDIR} -D_XOPEN_SOURCE_EXTENDED" LDFLAGS=-L${LOCALBASE}/lib --mandir=${PREFIX}/man USE_GMAKE= yes @@ -28,8 +27,17 @@ MAN1= latrine.1 IGNORE= needs libcursesw which doesnt work on this OSVERSION .endif -post-extract: +.if ${OSVERSION} < 602107 || (${OSVERSION} > 700000 && ${OSVERSION} < 700033) +LIB_DEPENDS+= ncursesw.5:${PORTSDIR}/devel/ncurses +.endif + +post-patch: +.if ${OSVERSION} < 602107 || (${OSVERSION} > 700000 && ${OSVERSION} < 700033) ${MKDIR} ${WRKDIR}/ncursesw ${LN} -s ${LOCALBASE}/include/ncurses/ncurses.h ${WRKDIR}/ncursesw/ncurses.h +.else + @${REINPLACE_CMD} -e 's,ncursesw/ncurses.h,ncurses.h,' \ + ${WRKSRC}/charset.h ${WRKSRC}/screen.c +.endif .include -- cgit v1.2.3