8887861453
Bump PORTEPOCH "Upgrade" to v0.5 Give author of software maintainership PR: 29900 Submitted by: leeym@utopia.leeym.com
24 lines
471 B
Makefile
24 lines
471 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/software/tmetric/
|
|
|
|
MAINTAINER= mbac@nyct.net
|
|
|
|
HAS_CONFIGURE= yes
|
|
ALL_TARGET= ${PORTNAME}
|
|
|
|
MAN8= tmetric.8
|
|
|
|
post-patch:
|
|
@${PERL5} -pi -e 's%/usr/local%${PREFIX}%' ${WRKSRC}/*
|
|
|
|
.include <bsd.port.mk>
|