freebsd-ports/benchmarks/tmetric/Makefile
Edwin Groothuis b8a64d94ec PERL -> REINPLACE
and USE_PERL5 in some places

Noticed by: bento
2002-11-04 03:17:29 +00:00

26 lines
509 B
Makefile

# 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.5
PORTEPOCH= 1
CATEGORIES= benchmarks net
MASTER_SITES= http://michael.bacarella.com/projects/tmetric/
MAINTAINER= mbac@nyct.net
HAS_CONFIGURE= yes
ALL_TARGET= ${PORTNAME}
USE_BZIP2= yes
USE_REINPLACE= yes
MAN8= tmetric.8
post-patch:
@${REINPLACE_CMD} -e 's%/usr/local%${PREFIX}%' ${WRKSRC}/*
.include <bsd.port.mk>