1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/benchmarks/tcpblast/Makefile
2014-09-03 21:07:17 +00:00

24 lines
397 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
USES= uidfix
WRKSRC= ${WRKDIR}/src
do-extract:
@${RM} -rf ${WRKDIR}
@${MKDIR} ${WRKDIR}
${CP} -RP ${.CURDIR}/src ${WRKDIR}
.include <bsd.port.mk>