2013-09-20 17:52:44 +02:00
|
|
|
# Created by: mich@freebsdcluster.org
|
2003-01-17 13:58:11 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pipebench
|
2003-04-29 05:38:25 +02:00
|
|
|
PORTVERSION= 0.40
|
2003-01-18 04:17:18 +01:00
|
|
|
CATEGORIES= benchmarks
|
2015-04-07 12:12:08 +02:00
|
|
|
MASTER_SITES= http://www.habets.pp.se/synscan/files/
|
2003-01-17 13:58:11 +01:00
|
|
|
|
2003-05-07 13:37:56 +02:00
|
|
|
MAINTAINER= mich@FreeBSD.org
|
2003-02-21 12:08:38 +01:00
|
|
|
COMMENT= Pipebench shows current throughput/amount of data through a pipe
|
2003-01-17 13:58:11 +01:00
|
|
|
|
2014-01-05 02:05:11 +01:00
|
|
|
PLIST_FILES= bin/pipebench \
|
|
|
|
man/man1/pipebench.1.gz
|
|
|
|
|
2003-04-29 05:38:25 +02:00
|
|
|
CFLAGS+= -w -pedantic
|
|
|
|
|
|
|
|
do-build:
|
|
|
|
cd ${WRKSRC} && \
|
|
|
|
${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c
|
2003-01-17 13:58:11 +01:00
|
|
|
|
|
|
|
do-install:
|
2014-01-05 02:05:11 +01:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/pipebench ${STAGEDIR}${PREFIX}/bin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/pipebench.1 ${STAGEDIR}${PREFIX}/man/man1
|
2004-02-06 14:12:53 +01:00
|
|
|
|
2003-01-17 13:58:11 +01:00
|
|
|
.include <bsd.port.mk>
|