mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
games/bluemoon: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
while here, line up PLIST_FILES to respect 80 columns approved by: infrastructure blanket
This commit is contained in:
parent
b38370ad88
commit
e9ce290add
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408109
@ -8,14 +8,18 @@ CATEGORIES= games
|
||||
MAINTAINER= hym@cocoa.freemail.ne.jp
|
||||
COMMENT= Steam locomotive runs across the screen if you type "sl" instead of "ls"
|
||||
|
||||
USES= ncurses
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= mtoyoda
|
||||
|
||||
PLIST_FILES=bin/${PORTNAME} man/man1/${PORTNAME}.1.gz man/ja/man1/${PORTNAME}.1.gz
|
||||
PLIST_FILES= bin/${PORTNAME} \
|
||||
man/man1/${PORTNAME}.1.gz \
|
||||
man/ja/man1/${PORTNAME}.1.gz
|
||||
PORTDOCS= *
|
||||
|
||||
do-build:
|
||||
${CC} ${CFLAGS} -I${WRKSRC} -o ${WRKSRC}/sl ${WRKSRC}/sl.c -lncurses
|
||||
${CC} ${CFLAGS} -I${WRKSRC} -o ${WRKSRC}/sl ${WRKSRC}/sl.c \
|
||||
${LDFLAGS} -lncurses
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||
|
Loading…
Reference in New Issue
Block a user