svn commit: r408106 - head/games/moria

John Marino marino at FreeBSD.org
Thu Feb 4 21:51:08 UTC 2016


Author: marino
Date: Thu Feb  4 21:51:07 2016
New Revision: 408106
URL: https://svnweb.freebsd.org/changeset/ports/408106

Log:
  games/moria: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
  
  Also link to libncurses, not libcurses + libtermcap
  
  approved by:	infrastructure blanket

Modified:
  head/games/moria/Makefile

Modified: head/games/moria/Makefile
==============================================================================
--- head/games/moria/Makefile	Thu Feb  4 21:49:16 2016	(r408105)
+++ head/games/moria/Makefile	Thu Feb  4 21:51:07 2016	(r408106)
@@ -12,9 +12,10 @@ EXTRACT_SUFX=	.tar.Z
 MAINTAINER=	glewis at FreeBSD.org
 COMMENT=	Dungeon exploration game
 
-USES=		alias
+USES=		alias ncurses
 WRKSRC=		${WRKDIR}/umoria
 ALL_TARGET=	moria
+MAKE_ARGS=	CURSES="${LDFLAGS} -lncurses"
 MAKE_ENV+=	DOCSDIR="${DOCSDIR}" MKDIR="${MKDIR}" TOUCH="${TOUCH}" \
 		STAGEDIR="${STAGEDIR}" DATADIR="${DATADIR}"
 


More information about the svn-ports-all mailing list