mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
25 lines
508 B
Makefile
25 lines
508 B
Makefile
# New ports collection makefile for: tcpblast
|
|
# Version required: <self contained>
|
|
# Date created: 22 August 1994
|
|
# Whom: mr
|
|
#
|
|
# $Id: Makefile,v 1.13 1998/12/05 08:12:11 obrien Exp $
|
|
#
|
|
|
|
DISTNAME= tcpblast
|
|
PKGNAME= tcpblast-1.0
|
|
CATEGORIES= benchmarks net
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
NO_CHECKSUM= "port's source files are part of this portball"
|
|
WRKSRC= ${WRKDIR}/src
|
|
|
|
do-extract:
|
|
@${RM} -rf ${WRKDIR}
|
|
@${MKDIR} ${WRKDIR}
|
|
${CP} -RP ${.CURDIR}/src ${WRKDIR}
|
|
|
|
.include <bsd.port.mk>
|