svn commit: r408094 - head/games/dungeon

John Marino marino at FreeBSD.org
Thu Feb 4 21:10:44 UTC 2016


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 at 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 at LIBS = @LIBS = ${LDFLAGS} @g" \
 		-e '/^OPTIONS = -O/d' \
 		${WRKSRC}/glkterm/Makefile ${WRKSRC}/dungeon-gdt/Makefile
 


More information about the svn-ports-all mailing list