openbsd-ports/benchmarks/tcpblast/Makefile

24 lines
442 B
Makefile
Raw Normal View History

1998-10-07 00:45:55 -04:00
# $OpenBSD: Makefile,v 1.3 1998/10/07 04:45:55 marc Exp $
1997-11-26 21:29:24 -05:00
#
DISTNAME= tcpblast
PKGNAME= tcpblast-1.0
CATEGORIES= net benchmarks
1997-11-26 21:29:24 -05:00
1998-10-07 00:45:55 -04:00
MAINTAINER= ports@openbsd.org
# Link the contained source files into the build environment
_DISTDIR= ${.CURDIR}/src
DISTFILES= Makefile tcpblast.c
EXTRACT_CMD= ${LN}
EXTRACT_BEFORE_ARGS= -sf
EXTRACT_AFTER_ARGS= ${WRKSRC}
1997-11-26 21:29:24 -05:00
1998-10-07 00:45:55 -04:00
NO_CHECKSUM= yes
NO_WRKSUBDIR= yes
1997-11-26 21:29:24 -05:00
fetch:
@${DO_NADA}
.include <bsd.port.mk>