62d0bd33ac
it takes to read an input buffer and write an output buffer. Statistics of average throughput and the total amount of bytes copied are printed to the standard error output. WWW: http://developer.berlios.de/projects/cpipe/ PR: ports/165593 Submitted by: "Christopher J. Umina" <chris@uminac.com>
26 lines
479 B
Makefile
26 lines
479 B
Makefile
# New ports collection makefile for: cpipe
|
|
# Date created: 1 March 2013
|
|
# Whom: uminac
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cpipe
|
|
PORTVERSION= 3.0.2
|
|
CATEGORIES= benchmarks
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= cpipe.berlios
|
|
|
|
MAINTAINER= chris@uminac.com
|
|
COMMENT= Benchmarking tool for pipes
|
|
|
|
MAN1= cpipe.1
|
|
MANCOMPRESSED= no
|
|
|
|
MAKEFILE= makefile
|
|
ALL_TARGET= # nada
|
|
MAKE_ARGS= "prefix=${PREFIX}"
|
|
|
|
PLIST_FILES= bin/cpipe
|
|
|
|
.include <bsd.port.mk>
|