freebsd-ports/benchmarks/pipebench/Makefile

31 lines
649 B
Makefile
Raw Normal View History

# ex:ts=8
# New ports collection makefile for: pipebench
# Date created: Jan 14, 2003
# Whom: mich@freebsdcluster.org
#
# $FreeBSD$
#
PORTNAME= pipebench
PORTVERSION= 0.40
2003-01-18 04:17:18 +01:00
CATEGORIES= benchmarks
MASTER_SITES= ftp://ftp.habets.pp.se/pub/synscan/
MAINTAINER= mich@FreeBSD.org
2003-02-21 12:08:38 +01:00
COMMENT= Pipebench shows current throughput/amount of data through a pipe
CFLAGS+= -w -pedantic
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
.include <bsd.port.mk>