openbsd-ports/benchmarks/tcpblast/Makefile

26 lines
537 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.14 2001/10/28 13:05:45 espie Exp $
COMMENT= "measure the throughput of a TCP connection"
1997-11-26 21:29:24 -05:00
PKGNAME= tcpblast-1.0
CATEGORIES= net benchmarks
NEED_VERSION= 1.402
DISTFILES=
1997-11-26 21:29:24 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
FAKE_FLAGS= BINDIR="${PREFIX}/bin" DESTDIR="${WRKINST}"
2000-02-12 03:41:07 -05:00
NO_CHECKSUM= Yes
WRKDIST= ${WRKDIR}
1997-11-26 21:29:24 -05:00
# Just link the contained source files into the build environment
post-extract:
@lndir ${.CURDIR}/src ${WRKDIR}
1997-11-26 21:29:24 -05:00
.include <bsd.port.mk>