1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/benchmarks/tcpblast/Makefile
2013-09-25 00:54:08 +00:00

23 lines
383 B
Makefile

# 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
do-extract:
@${RM} -rf ${WRKDIR}
@${MKDIR} ${WRKDIR}
${CP} -RP ${.CURDIR}/src ${WRKDIR}
.include <bsd.port.mk>