1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

- Convert USE_GMAKE to USES

- Add stage support
This commit is contained in:
Danilo Egea Gondolfo 2013-11-20 03:32:49 +00:00
parent 0e32df5cc5
commit a23491a0ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334390
2 changed files with 5 additions and 11 deletions

View File

@ -18,19 +18,11 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.if defined(.PARSEDIR)
USE_GMAKE= yes
USES= gmake
.endif
MAN6= corewars.6
MLINKS= corewars.6 corewars-cmd.6
NO_STAGE= yes
.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>

View File

@ -1,5 +1,7 @@
bin/corewars
bin/corewars-cmd
man/man6/corewars-cmd.6.gz
man/man6/corewars.6.gz
%%DATADIR%%/abez.cw
%%DATADIR%%/agent.cw
%%DATADIR%%/backspawner.cw