mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
63ea90d2b1
- Use MAN1PREFIX PR: ports/164057 Submitted by: Mike Jakubik <mike.jakubik at intertainservices.com> Approved by: maintainer timeout, crees, rene (mentors, implicit)
31 lines
682 B
Makefile
31 lines
682 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.54
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.inlab.de/
|
|
|
|
MAINTAINER= joseph@randomnetworks.com
|
|
COMMENT= Simple but powerful generic tcp proxy with round robin features
|
|
|
|
ALL_TARGET= balance
|
|
USE_RC_SUBR= balance.sh
|
|
|
|
MAN1= balance.1
|
|
|
|
pre-build:
|
|
@${REINPLACE_CMD} -e 's|^CFLAGS|CFLAGS?|' \
|
|
-e 's|^CC|CC?|' ${WRKSRC}/Makefile
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/balance ${PREFIX}/bin
|
|
@${INSTALL_MAN} ${WRKSRC}/balance.1 ${MAN1PREFIX}/man/man1
|
|
@${MKDIR} /var/run/balance
|
|
|
|
.include <bsd.port.mk>
|