openbsd-ports/benchmarks/tcpblast/Makefile

27 lines
539 B
Makefile
Raw Normal View History

2002-07-17 18:09:19 -04:00
# $OpenBSD: Makefile,v 1.16 2002/07/17 22:09:19 lebel Exp $
COMMENT= "measure the throughput of a TCP connection"
1997-11-26 21:29:24 -05:00
PKGNAME= tcpblast-1.0
CATEGORIES= net benchmarks
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
2002-07-17 18:09:19 -04:00
MAKE_ENV= CC="${CC}"
# 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>