aboutsummaryrefslogtreecommitdiff
path: root/net/balance/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 23:05:26 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 23:05:26 +0000
commit39a5b78f8797ded2c50107a77794cd671dff707f (patch)
tree39f650e2e85c255908675444e0ce32d9639f251f /net/balance/Makefile
parent11b0d3ddde2150d23a51c55b5597d968fe3a03bb (diff)
downloadports-39a5b78f8797ded2c50107a77794cd671dff707f.tar.gz
ports-39a5b78f8797ded2c50107a77794cd671dff707f.zip
Notes
Diffstat (limited to 'net/balance/Makefile')
-rw-r--r--net/balance/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/net/balance/Makefile b/net/balance/Makefile
deleted file mode 100644
index 89b95120a550..000000000000
--- a/net/balance/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# Created by: Joseph Scott <joseph@randomnetworks.com>
-# $FreeBSD$
-
-PORTNAME= balance
-PORTVERSION= 3.54
-CATEGORIES= net
-MASTER_SITES= http://www.inlab.de/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Simple but powerful generic TCP proxy with round robin features
-
-ALL_TARGET= balance
-USE_RC_SUBR= balance
-
-MAN1= balance.1
-
-NO_STAGE= yes
-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>