Support stage
This commit is contained in:
parent
28c38c646c
commit
c8ed1b46b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338727
1 changed files with 5 additions and 6 deletions
|
@ -9,18 +9,17 @@ MASTER_SITES= ftp://ftp.habets.pp.se/pub/synscan/
|
|||
MAINTAINER= mich@FreeBSD.org
|
||||
COMMENT= Pipebench shows current throughput/amount of data through a pipe
|
||||
|
||||
PLIST_FILES= bin/pipebench \
|
||||
man/man1/pipebench.1.gz
|
||||
|
||||
CFLAGS+= -w -pedantic
|
||||
|
||||
NO_STAGE= yes
|
||||
do-build:
|
||||
cd ${WRKSRC} && \
|
||||
${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/pipebench ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/pipebench.1 ${PREFIX}/man/man1
|
||||
|
||||
MAN1= pipebench.1
|
||||
PLIST_FILES= bin/pipebench
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/pipebench ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/pipebench.1 ${STAGEDIR}${PREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue