1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/net/balance/Makefile
David W. Chapman Jr. 79d5ce819d Update to 2.28
PR:		29319
Submitted by:	Dmitry A. Yanko <fm@astral.ntu-kpi.kiev.ua>
Reviewed by:	maintainer
2001-08-12 03:26:13 +00:00

28 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.28
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>