openbsd-ports/benchmarks/tcpblast/Makefile
jolan b98b5cf405 - add author's statement about this being in the PD to the src
(tracking down & e-mailing done by Xavier Santolaria)
- document in DESCR that this needs the discard service of inetd
- patch in ipv6 support (from FreeBSD port) and call it v1.1
2003-08-02 00:56:56 +00:00

28 lines
544 B
Makefile

# $OpenBSD: Makefile,v 1.17 2003/08/02 00:56:56 jolan Exp $
COMMENT= "measure the throughput of a TCP connection"
PKGNAME= tcpblast-1.1
CATEGORIES= net benchmarks
DISTFILES=
# PD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
FAKE_FLAGS= BINDIR="${PREFIX}/bin" DESTDIR="${WRKINST}"
NO_CHECKSUM= Yes
WRKDIST= ${WRKDIR}
MAKE_ENV= CC="${CC}"
# Just link the contained source files into the build environment
post-extract:
@lndir ${.CURDIR}/src ${WRKDIR}
.include <bsd.port.mk>