blob: e6b4d0c92e4cdd58e15d245897c00a6ca6dc560a (
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
24
|
# New ports collection makefile for: tcpblast
# Date created: 22 August 1994
# Whom: mr
#
# $FreeBSD$
#
# port's source files are in src dir in portball
PORTNAME= tcpblast
PORTVERSION= 1.1
CATEGORIES= benchmarks net ipv6
DISTFILES= # none
MAINTAINER= ports@FreeBSD.org
COMMENT= Measures the throughput of a tcp connection
WRKSRC= ${WRKDIR}/src
do-extract:
@${RM} -rf ${WRKDIR}
@${MKDIR} ${WRKDIR}
${CP} -RP ${.CURDIR}/src ${WRKDIR}
.include <bsd.port.mk>
|