mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
dcd41852f0
- games/xlennart - net/tcpkali - sysutils/odo - sysutils/ohmu PR: 244111 244112 244113 244113 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
28 lines
602 B
Makefile
28 lines
602 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= tcpkali
|
|
PORTVERSION= 1.1.1
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= High performance load generator for TCP and WebSocket servers
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= autoreconf compiler:c11 libtool gmake ncurses
|
|
|
|
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>
|