aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/tcpblast/Makefile
blob: 989ae2905879daf5054ac7037ab08e49e9f9ab4f (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
# Created by: mr
# $FreeBSD$

PORTNAME=   tcpblast
PORTVERSION=    1.1
PORTREVISION=   1
CATEGORIES= benchmarks net ipv6
DISTFILES=  # none

MAINTAINER= ports@FreeBSD.org
COMMENT=    Measures the throughput of a TCP connection

PLIST_FILES=    bin/tcpblast

WRKSRC=     ${WRKDIR}/src

NO_STAGE=   yes
do-extract:
    @${RM} -rf ${WRKDIR}
    @${MKDIR} ${WRKDIR}
    ${CP} -RP ${.CURDIR}/src ${WRKDIR}

.include <bsd.port.mk>