1997-10-30 12:21:26 +01:00
|
|
|
# New ports collection makefile for: nettest
|
|
|
|
# Date created: Mon Oct 20 14:30:06 CDT 1997
|
|
|
|
# Whom: proot@iaces.com
|
|
|
|
#
|
1999-08-30 16:24:37 +02:00
|
|
|
# $FreeBSD$
|
1997-10-30 12:21:26 +01:00
|
|
|
#
|
|
|
|
|
2000-04-09 20:14:07 +02:00
|
|
|
PORTNAME= nettest
|
|
|
|
PORTVERSION= 92.11.09
|
1997-10-30 12:21:26 +01:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ftp://ftp.cray.com/src/nettest/
|
2000-04-09 20:14:07 +02:00
|
|
|
DISTNAME= nettest.92.11.09
|
1997-11-04 05:47:13 +01:00
|
|
|
EXTRACT_SUFX= .tar.Z
|
1997-10-30 12:21:26 +01:00
|
|
|
|
|
|
|
MAINTAINER= proot@iaces.com
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Performs client and server functions for timing data throughput
|
1997-10-30 12:21:26 +01:00
|
|
|
|
1997-11-04 05:47:13 +01:00
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
MAN8= nettest.8
|
|
|
|
|
1997-10-30 12:21:26 +01:00
|
|
|
do-install:
|
|
|
|
$(INSTALL_PROGRAM) -s $(WRKSRC)/nettest $(PREFIX)/bin/nettest
|
|
|
|
$(INSTALL_PROGRAM) -s $(WRKSRC)/nettestd $(PREFIX)/bin/nettestd
|
|
|
|
$(INSTALL_MAN) $(WRKSRC)/nettest.8 $(PREFIX)/man/man8/nettest.8
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|