freebsd-ports/net/balance/Makefile
Kurt Jaeger f4a8781bae net/balance: 3.56 -> 3.57
- MAXGROUPS has been increased to 32

PR:		206964
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
2016-02-07 18:10:46 +00:00

25 lines
585 B
Makefile

# Created by: Joseph Scott <joseph@randomnetworks.com>
# $FreeBSD$
PORTNAME= balance
PORTVERSION= 3.57
CATEGORIES= net
MASTER_SITES= http://www.inlab.de/
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>