freebsd-ports/net/balance/Makefile
2003-02-21 13:28:59 +00:00

29 lines
608 B
Makefile

# New ports collection makefile for: balance
# Date created: Wed 6 Dec 2000
# Whom: Joseph Scott <joseph@randomnetworks.com>
#
# $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 ${PREFIX}/bin/balance
.include <bsd.port.mk>