- Add stage support

This commit is contained in:
Danilo Egea Gondolfo 2014-07-26 00:11:11 +00:00
parent 103ff88637
commit 374600dc25
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362946
2 changed files with 13 additions and 6 deletions

View File

@ -13,12 +13,10 @@ COMMENT= Tile placement game
MAKE_ENV= X11BASE=${LOCALBASE}
USE_XORG= x11
MAN6= ishido.6
NO_STAGE= yes
do-install:
${INSTALL_MAN} ${WRKSRC}/ishido.6 ${PREFIX}/man/man6
${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g games -m 2511 ${WRKSRC}/ishido ${PREFIX}/bin
${INSTALL} ${COPY} -o ${BINOWN} -g games -m 664 ${WRKSRC}/ishido_scores ${PREFIX}/share/misc/ishido_scores
${INSTALL_MAN} ${WRKSRC}/ishido.6 ${STAGEDIR}${PREFIX}/man/man6
${INSTALL} ${COPY} ${STRIP} ${WRKSRC}/ishido ${STAGEDIR}${PREFIX}/bin
${INSTALL} ${COPY} ${WRKSRC}/ishido_scores ${STAGEDIR}${PREFIX}/share/misc/ishido_scores
.include <bsd.port.mk>

View File

@ -1,2 +1,11 @@
@mode 2511
@group games
bin/ishido
@group
@mode
man/man6/ishido.6.gz
@mode 664
@group games
share/misc/ishido_scores
@group
@mode