aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/tmetric/Makefile
blob: 0951f3fc271cced8022eb02f93dab60c3223af9e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:    tmetric
# Date created:             June 5th 2000
# Whom:                     Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
#
# $FreeBSD$
#

PORTNAME=   tmetric
PORTVERSION=    v0.6
PORTEPOCH=  1
CATEGORIES= benchmarks net
MASTER_SITES=   http://michael.bacarella.com/projects/tmetric/

MAINTAINER= ports@FreeBSD.org
COMMENT=    A bandwidth measurement tool

HAS_CONFIGURE=  yes
ALL_TARGET= ${PORTNAME}
PLIST_FILES=    sbin/tmetric
USE_BZIP2=  yes
USE_REINPLACE=  yes

MAN8=       tmetric.8

post-patch:
    @${REINPLACE_CMD} -e 's%/usr/local%${PREFIX}%' ${WRKSRC}/*

.include <bsd.port.mk>