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:
parent
0e32df5cc5
commit
a23491a0ea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334390
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user