2000-06-05 13:25:37 +00:00
|
|
|
# New ports collection makefile for: tmetric
|
|
|
|
# Date created: June 5th 2000
|
|
|
|
# Whom: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= tmetric
|
2004-01-11 13:39:27 +00:00
|
|
|
PORTVERSION= v0.6
|
2001-09-03 21:47:54 +00:00
|
|
|
PORTEPOCH= 1
|
2000-06-05 13:25:37 +00:00
|
|
|
CATEGORIES= benchmarks net
|
2001-09-10 01:01:44 +00:00
|
|
|
MASTER_SITES= http://michael.bacarella.com/projects/tmetric/
|
2000-06-05 13:25:37 +00:00
|
|
|
|
2003-11-02 02:48:08 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 11:08:38 +00:00
|
|
|
COMMENT= A bandwidth measurement tool
|
2000-06-05 13:25:37 +00:00
|
|
|
|
|
|
|
HAS_CONFIGURE= yes
|
2001-08-18 06:55:58 +00:00
|
|
|
ALL_TARGET= ${PORTNAME}
|
2004-02-05 20:38:07 +00:00
|
|
|
PLIST_FILES= sbin/tmetric
|
2001-09-10 01:01:44 +00:00
|
|
|
USE_BZIP2= yes
|
2002-11-04 03:17:29 +00:00
|
|
|
USE_REINPLACE= yes
|
2001-08-18 06:55:58 +00:00
|
|
|
|
2000-06-05 13:25:37 +00:00
|
|
|
MAN8= tmetric.8
|
|
|
|
|
2001-08-18 06:55:58 +00:00
|
|
|
post-patch:
|
2002-11-04 03:17:29 +00:00
|
|
|
@${REINPLACE_CMD} -e 's%/usr/local%${PREFIX}%' ${WRKSRC}/*
|
2001-08-18 06:55:58 +00:00
|
|
|
|
2000-06-05 13:25:37 +00:00
|
|
|
.include <bsd.port.mk>
|