freebsd-ports/net/balance/Makefile

31 lines
676 B
Makefile
Raw Normal View History

# New ports collection makefile for: balance
# Date created: Wed 6 Dec 2000
# Whom: Joseph Scott <joseph@randomnetworks.com>
#
# $FreeBSD$
#
PORTNAME= balance
PORTVERSION= 3.11
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= balance
MAINTAINER= joseph@randomnetworks.com
2003-02-21 14:28:59 +01:00
COMMENT= Simple but powerful generic tcp proxy with round robin features
ALL_TARGET= balance
USE_REINPLACE= yes
MAN1= balance.1
post-patch:
${REINPLACE_CMD} -e 's|^CFLAGS|#CFLAGS|g ; \
s|^CC|#CC|g' ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/balance ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/balance.1 ${PREFIX}/man/man1
.include <bsd.port.mk>