blob: 1b31b8ec76b54b8b20cd2f94cd324f831dcfdd4b (
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
26
27
28
29
30
31
|
# New ports collection makefile for: nttcp
# Date created: 11 Nov 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
# $FreeBSD$
#
PORTNAME= nttcp
PORTVERSION= 1.47
PORTREVISION= 2
CATEGORIES= benchmarks net
MASTER_SITES= http://freeware.sgi.com/source/nttcp/ \
http://reality.sgiweb.org/freeware/source/nttcp/
MAINTAINER= ganael.laplanche@martymac.org
COMMENT= A client/server program for testing network performance
RESTRICTED= No commercial use
ALL_TARGET= nttcp
MAN1= nttcp.1
PLIST_FILES= bin/nttcp
USE_GMAKE= yes
MAKE_ENV+= OPT="${CFLAGS}"
NOPRECIOUSMAKEVARS=yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nttcp ${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/nttcp.1 ${PREFIX}/man/man1/
.include <bsd.port.mk>
|