2000-06-05 15:25:37 +02: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
|
2001-09-03 23:47:54 +02:00
|
|
|
PORTVERSION= v0.5
|
|
|
|
PORTEPOCH= 1
|
2000-06-05 15:25:37 +02:00
|
|
|
CATEGORIES= benchmarks net
|
2001-09-10 03:01:44 +02:00
|
|
|
MASTER_SITES= http://michael.bacarella.com/projects/tmetric/
|
2000-06-05 15:25:37 +02:00
|
|
|
|
2001-09-03 23:47:54 +02:00
|
|
|
MAINTAINER= mbac@nyct.net
|
2000-06-05 15:25:37 +02:00
|
|
|
|
|
|
|
HAS_CONFIGURE= yes
|
2001-08-18 08:55:58 +02:00
|
|
|
ALL_TARGET= ${PORTNAME}
|
2001-09-10 03:01:44 +02:00
|
|
|
USE_BZIP2= yes
|
2001-08-18 08:55:58 +02:00
|
|
|
|
2000-06-05 15:25:37 +02:00
|
|
|
MAN8= tmetric.8
|
|
|
|
|
2001-08-18 08:55:58 +02:00
|
|
|
post-patch:
|
|
|
|
@${PERL5} -pi -e 's%/usr/local%${PREFIX}%' ${WRKSRC}/*
|
|
|
|
|
2000-06-05 15:25:37 +02:00
|
|
|
.include <bsd.port.mk>
|