mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
25 lines
464 B
Makefile
25 lines
464 B
Makefile
# New ports collection makefile for: tcpblast
|
|
# Version required: <self contained>
|
|
# Date created: 22 August 1994
|
|
# Whom: mr
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
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>
|