blob: 474899d1521a34401f90293f6e08c6c0562dc10a (
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
|
# 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.99
CATEGORIES= benchmarks net
MASTER_SITES= http://netgraft.com/downloads/tmetric/
DISTNAME= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/${PKGNAME}
HAS_CONFIGURE= yes
ALL_TARGET= ${PORTNAME}
MAN8= tmetric.8
post-patch:
@${PERL5} -pi -e 's%/usr/local%${PREFIX}%' ${WRKSRC}/*
.include <bsd.port.mk>
|