mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
games/quit: document ncurses requirement (USES+=ncurses), respect LDFLAGS
approved by: infrastructure blanket
This commit is contained in:
parent
b9d85b9c14
commit
3b1e491f67
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=407602
@ -12,11 +12,13 @@ COMMENT= Bicycle with trailers like "sl"
|
||||
|
||||
MANLANG= ja
|
||||
|
||||
USES= ncurses
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
do-build:
|
||||
${CC} ${CFLAGS} ${CPPFLAGS} -o ${WRKSRC}/quit \
|
||||
${WRKSRC}/quit.c -lncurses
|
||||
${WRKSRC}/quit.c ${LDFLAGS} -lncurses
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/quit ${STAGEDIR}${PREFIX}/bin
|
||||
|
Loading…
Reference in New Issue
Block a user