aboutsummaryrefslogtreecommitdiffstats
path: root/net/nettest/Makefile
blob: 838f33c065dcdcf12af0c0283f4f108ea0573484 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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
EXTRACT_SUFX=   .tar.Z

MAINTAINER= ports@FreeBSD.org
COMMENT=    Performs client and server functions for timing data throughput

NO_WRKSUBDIR=   yes

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>