mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
games/moria: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
Also link to libncurses, not libcurses + libtermcap approved by: infrastructure blanket
This commit is contained in:
parent
19efc85601
commit
64a8caea65
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408106
1 changed files with 2 additions and 1 deletions
|
@ -12,9 +12,10 @@ EXTRACT_SUFX= .tar.Z
|
||||||
MAINTAINER= glewis@FreeBSD.org
|
MAINTAINER= glewis@FreeBSD.org
|
||||||
COMMENT= Dungeon exploration game
|
COMMENT= Dungeon exploration game
|
||||||
|
|
||||||
USES= alias
|
USES= alias ncurses
|
||||||
WRKSRC= ${WRKDIR}/umoria
|
WRKSRC= ${WRKDIR}/umoria
|
||||||
ALL_TARGET= moria
|
ALL_TARGET= moria
|
||||||
|
MAKE_ARGS= CURSES="${LDFLAGS} -lncurses"
|
||||||
MAKE_ENV+= DOCSDIR="${DOCSDIR}" MKDIR="${MKDIR}" TOUCH="${TOUCH}" \
|
MAKE_ENV+= DOCSDIR="${DOCSDIR}" MKDIR="${MKDIR}" TOUCH="${TOUCH}" \
|
||||||
STAGEDIR="${STAGEDIR}" DATADIR="${DATADIR}"
|
STAGEDIR="${STAGEDIR}" DATADIR="${DATADIR}"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue