mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
69ea23ed71
Approve by: portmgr (not really, but one of these is modifying an unstaged port)
22 lines
565 B
Makefile
22 lines
565 B
Makefile
# Created by: proot@iaces.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= nettest
|
|
PORTVERSION= 92.11.09
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.cray.com/src/nettest/
|
|
DISTNAME= nettest.92.11.09
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Performs client and server functions for timing data throughput
|
|
|
|
NO_WRKSUBDIR= yes
|
|
USES= tar:Z
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/nettest ${STAGEDIR}${PREFIX}/bin/nettest
|
|
${INSTALL_PROGRAM} ${WRKSRC}/nettestd ${STAGEDIR}${PREFIX}/bin/nettestd
|
|
${INSTALL_MAN} ${WRKSRC}/nettest.8 ${STAGEDIR}${PREFIX}/man/man8/nettest.8
|
|
|
|
.include <bsd.port.mk>
|