# New ports collection makefile for: balance # Date created: Wed 6 Dec 2000 # Whom: Joseph Scott # # $FreeBSD$ # PORTNAME= balance PORTVERSION= 3.6 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= balance MAINTAINER= joseph@randomnetworks.com COMMENT= Simple but powerful generic tcp proxy with round robin features ALL_TARGET= balance MAN1= balance.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/balance ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/balance.1 ${PREFIX}/man/man1 post-install: @${STRIP_CMD} ${PREFIX}/bin/balance .include