29 lines
556 B
Makefile
29 lines
556 B
Makefile
# $OpenBSD: Makefile,v 1.18 2004/11/21 18:01:04 espie 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
|
|
WANTLIB= c
|
|
|
|
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>
|