Support stage
This commit is contained in:
parent
6839f858ab
commit
854dfceb6c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338743
1 changed files with 5 additions and 8 deletions
|
@ -11,14 +11,13 @@ EXTRACT_ONLY= #
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Floating point benchmark to give your MFLOPS rating
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
PORTDOCS= flops.doc
|
||||
PLIST_FILES= bin/flops
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-extract:
|
||||
@(cd ${DISTDIR} && ${TAR} -cf - ${DISTFILES}) | \
|
||||
(cd ${WRKSRC} && ${TAR} -xf -)
|
||||
|
@ -31,10 +30,8 @@ do-build:
|
|||
(cd ${WRKSRC} && ${CC} ${CFLAGS} -DUNIX -o flops flops.c)
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/flops ${PREFIX}/bin/
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/flops.doc ${DOCSDIR}
|
||||
.endif
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/flops ${STAGEDIR}${PREFIX}/bin/
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/flops.doc ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue