4c71d96936
PR: 206465 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
29 lines
620 B
Makefile
29 lines
620 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= tcpkali
|
|
PORTVERSION= 0.8
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= neel@neelc.org
|
|
COMMENT= High performance load generator for TCP and WebSocket servers
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
ONLY_FOR_ARCHS= amd64 i386 ia64
|
|
ONLY_FOR_ARCHS_REASON= uses i386 assembler
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= autoreconf libtool gmake
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= machinezone
|
|
|
|
PLIST_FILES= bin/${PORTNAME} \
|
|
man/man1/${PORTNAME}.1.gz
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|