Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Feb 2016 21:10:43 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408094 - head/games/dungeon
Message-ID:  <201602042110.u14LAhsM023223@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Thu Feb  4 21:10:43 2016
New Revision: 408094
URL: https://svnweb.freebsd.org/changeset/ports/408094

Log:
  games/dungeon: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
  
  approved by:	infrastructure blanket

Modified:
  head/games/dungeon/Makefile

Modified: head/games/dungeon/Makefile
==============================================================================
--- head/games/dungeon/Makefile	Thu Feb  4 21:09:20 2016	(r408093)
+++ head/games/dungeon/Makefile	Thu Feb  4 21:10:43 2016	(r408094)
@@ -22,6 +22,7 @@ EXTRACT_ONLY=	dungeon-gdt-glk.tar.gz \
 MAINTAINER=	sailor@63bit.net
 COMMENT=	Text adventure which became Zork I-III
 
+USES=		ncurses
 NO_WRKSUBDIR=	yes
 
 PLIST_FILES=	bin/dungeon \
@@ -43,6 +44,7 @@ pre-patch:
 	@${REINPLACE_CMD} -e 's/^CC =/CC ?=/' \
 		-e 's/^CFLAGS =/CFLAGS +=/' \
 		-e 's/^OPTIONS = -g/OPTIONS =/' \
+		-e "s@LIBS = @LIBS = ${LDFLAGS} @g" \
 		-e '/^OPTIONS = -O/d' \
 		${WRKSRC}/glkterm/Makefile ${WRKSRC}/dungeon-gdt/Makefile
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602042110.u14LAhsM023223>