mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 12:26:27 -04:00
- Remove dead WWW PR: ports/87987 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Approved by: maintainer timeout (billf; 20 days)
30 lines
752 B
Makefile
30 lines
752 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
|
|
PORTREVISION= 1
|
|
CATEGORIES= benchmarks net
|
|
MASTER_SITES= http://fresh.t-systems-sfr.com/unix/src/privat2/ \
|
|
http://freeware.sgi.com/source/nttcp/ \
|
|
http://reality.sgiweb.org/freeware/source/nttcp/
|
|
|
|
MAINTAINER= billf@FreeBSD.org
|
|
COMMENT= A client/server program for testing network performance
|
|
|
|
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>
|