mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
32c1e68ce5
-> "benchmarks").
25 lines
449 B
Makefile
25 lines
449 B
Makefile
# New ports collection makefile for: tcpblast
|
|
# Version required: <self contained>
|
|
# Date created: 22 August 1994
|
|
# Whom: mr
|
|
#
|
|
# $Id: Makefile,v 1.9 1995/07/13 01:09:11 asami Exp $
|
|
#
|
|
|
|
DISTNAME= tcpblast
|
|
PKGNAME= tcpblast-1.0
|
|
CATEGORIES= net benchmarks
|
|
|
|
NO_EXTRACT= yes
|
|
NO_WRKDIR= yes
|
|
|
|
fetch:
|
|
@${DO_NADA}
|
|
|
|
pre-clean:
|
|
@echo "===> Pre-clean for ${DISTNAME}"
|
|
@(rm -f ${.CURDIR}/tcpblast)
|
|
@(cd ${.CURDIR}/src; make clean)
|
|
|
|
.include <bsd.port.mk>
|