aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/tcpblast/Makefile
blob: 530d6d5b94642afeadfe38da87d59c7db8478759 (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
# 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>