# New ports collection makefile for:	tcpblast
# Date created:		22 August 1994
# Whom:			mr
#
# $FreeBSD: ports/benchmarks/tcpblast/Makefile,v 1.18 2003/02/20 16:50:39 knu Exp $
#
# port's source files are in src dir in portball

PORTNAME=	tcpblast
PORTVERSION=	1.0
CATEGORIES=	benchmarks net
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>
