mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
games/avanor: document ncurses requirement (USES+=ncurses), respect LDFLAGS
This commit is contained in:
parent
7e6d80d7e9
commit
98c9e26c02
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408073
@ -13,8 +13,9 @@ COMMENT= Rogue-like game with easy ADOM-like user interface
|
||||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= gmake tar:bzip2
|
||||
MAKE_ARGS+= VERSION=${PORTVERSION} DATA_DIR=${DATADIR}/
|
||||
USES= gmake ncurses tar:bzip2
|
||||
MAKE_ARGS= VERSION=${PORTVERSION} DATA_DIR=${DATADIR}/ \
|
||||
LIBS="${LDFLAGS} -lncurses"
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
|
Loading…
Reference in New Issue
Block a user