mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
2d8b17ea39
With hat: portmgr
23 lines
383 B
Makefile
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>
|