1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/net/balance/Makefile
2021-04-06 16:31:07 +02:00

25 lines
602 B
Makefile

# Created by: Joseph Scott <joseph@randomnetworks.com>
PORTNAME= balance
PORTVERSION= 3.57
CATEGORIES= net
MASTER_SITES= https://www.inlab.net/wp-content/uploads/2018/05/
MAINTAINER= portmaster@BSDforge.com
COMMENT= Simple but powerful generic TCP proxy with round robin features
LICENSE= GPLv2
ALL_TARGET= balance
USE_RC_SUBR= balance
pre-build:
@${REINPLACE_CMD} -e 's|^CFLAGS|CFLAGS?|' \
-e 's|^CC|CC?|' ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/balance ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/balance.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>