opnsense-ports/benchmarks/pipebench/Makefile
Franco Fichtner ea51541ee8 */*: sync with upstream
Taken from: FreeBSD
2022-09-09 08:39:06 +02:00

23 lines
611 B
Makefile

PORTNAME= pipebench
PORTVERSION= 0.40
CATEGORIES= benchmarks
MASTER_SITES= http://www.habets.pp.se/synscan/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= Pipebench shows current throughput/amount of data through a pipe
WWW= https://www.habets.pp.se/synscan/programs.php?prog=pipebench
PLIST_FILES= bin/pipebench \
man/man1/pipebench.1.gz
CFLAGS+= -w -pedantic
do-build:
cd ${WRKSRC} && \
${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pipebench ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/pipebench.1 ${STAGEDIR}${PREFIX}/man/man1
.include <bsd.port.mk>