- Add stage support

This commit is contained in:
Danilo Egea Gondolfo 2013-11-01 03:31:42 +00:00
parent 7089eb79c9
commit 9c0aabfff0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332342

View file

@ -13,11 +13,10 @@ COMMENT= Text based card game, the objective is to get rid of all your cards
NO_WRKSUBDIR= yes
PLIST_FILES= bin/eights
NO_STAGE= yes
do-build:
@cd ${WRKSRC} && ${CC} ${CFLAGS} ${PORTNAME}.c -o ${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>