openbsd-ports/benchmarks/tcpblast/Makefile

28 lines
544 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.17 2003/08/02 00:56:56 jolan Exp $
COMMENT= "measure the throughput of a TCP connection"
1997-11-26 21:29:24 -05:00
PKGNAME= tcpblast-1.1
CATEGORIES= net benchmarks
DISTFILES=
1997-11-26 21:29:24 -05:00
# PD
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>