# New ports collection makefile for: balance
# Date created: Wed 6 Dec 2000
# Whom: Joseph Scott <joseph@randomnetworks.com>
#
# $FreeBSD: ports/net/balance/Makefile,v 1.22 2007/04/20 20:26:00 miwi Exp $
#
PORTNAME= balance
PORTVERSION= 3.35
CATEGORIES= net
MASTER_SITES= http://www.inlab.de/ \
${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= balance
MAINTAINER= joseph@randomnetworks.com
COMMENT= Simple but powerful generic tcp proxy with round robin features
ALL_TARGET= balance
USE_RC_SUBR= balance.sh
MAN1= balance.1
pre-build:
@${REINPLACE_CMD} -e 's|^CFLAGS|CFLAGS?|' \
-e 's|^CC|CC?|' ${WRKSRC}/Makefile
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/balance ${PREFIX}/bin
@${INSTALL_MAN} ${WRKSRC}/balance.1 ${PREFIX}/man/man1
@${MKDIR} /var/run/balance
.include <bsd.port.mk>
syntax highlighted by Code2HTML, v. 0.9.1