freebsd-ports/net/balance/Makefile
Vanilla I. Shu 799f5b00ad Upgrade to 2.33
PR:		ports/30989
Submitted by:	maintainer
2001-10-03 03:32:02 +00:00

27 lines
537 B
Makefile

# New ports collection makefile for: balance
# Date created: Wed 6 Dec 2000
# Whom: Joseph Scott <joseph@randomnetworks.com>
#
# $FreeBSD$
#
PORTNAME= balance
PORTVERSION= 2.33
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= balance
MAINTAINER= joseph@randomnetworks.com
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>