freebsd-ports/benchmarks/tcpblast/Makefile
Michael Haro 970f1894e1 portlint
2000-04-16 21:08:02 +00:00

23 lines
409 B
Makefile

# 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.0
CATEGORIES= benchmarks net
DISTFILES= # none
MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/src
do-extract:
@${RM} -rf ${WRKDIR}
@${MKDIR} ${WRKDIR}
${CP} -RP ${.CURDIR}/src ${WRKDIR}
.include <bsd.port.mk>