6b84949451
Julian Elischer suggested a new category "net/benchmarks" because he believes that too many ports are listed under net/. Checking into it, I noticed that these two ports are described as benchmarking programs. In the Porters' Handbook, the net category is described as "miscellaneous networking software". The benchmarks category seems more specific so I feel that it is preferable. PR: ports/39095 Submitted by: Trevor Johnson <trevor@jpj.net>
28 lines
632 B
Makefile
28 lines
632 B
Makefile
# New ports collection makefile for: nttcp
|
|
# Date created: 11 Nov 1998
|
|
# Whom: Bill Fumerola <billf@chc-chimes.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= nttcp
|
|
PORTVERSION= 1.47
|
|
CATEGORIES= benchmarks net
|
|
MASTER_SITES= http://www.leo.org/~bartel/nttcp/ \
|
|
${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= billf
|
|
|
|
MAINTAINER= billf@FreeBSD.org
|
|
COMMENT= A client/server program for testing network performance
|
|
|
|
ALL_TARGET= nttcp
|
|
MAN1= nttcp.1
|
|
USE_GMAKE= yes
|
|
MAKE_ENV+= OPT="${CFLAGS}"
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/nttcp ${PREFIX}/bin/
|
|
${INSTALL_MAN} ${WRKSRC}/nttcp.1 ${PREFIX}/man/man1/
|
|
|
|
.include <bsd.port.mk>
|