blob: c6e58b044b4388fb90d5fb74e3f42e5f644e42e4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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.4
CATEGORIES= benchmarks net
MASTER_SITES= http://netgraft.com/downloads/tmetric/
MAINTAINER= leeym@cae.ce.ntu.edu.tw
HAS_CONFIGURE= yes
MAN8= tmetric.8
.include <bsd.port.mk>
|