summaryrefslogtreecommitdiff
path: root/net/bounce/Makefile
diff options
context:
space:
mode:
authorfredb <fredb>2000-03-19 22:11:17 +0000
committerfredb <fredb>2000-03-19 22:11:17 +0000
commit90bdc3664df6ec6fdc3472c0a80b98021d1ad850 (patch)
treea352dcb53283c79217c160478c3560c0c58d9766 /net/bounce/Makefile
parent415f75ce4b48f43d91e31a295842b3747f15f877 (diff)
downloadpkgsrc-90bdc3664df6ec6fdc3472c0a80b98021d1ad850.tar.gz
New package bounce-0.0: tool to forward TCP connection from one IP to another.
Submitted by Emmanuel Dreyfus in PR pkg/9637.
Diffstat (limited to 'net/bounce/Makefile')
-rw-r--r--net/bounce/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/net/bounce/Makefile b/net/bounce/Makefile
new file mode 100644
index 00000000000..8838245e132
--- /dev/null
+++ b/net/bounce/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/03/19 22:11:17 fredb Exp $
+#
+
+DISTNAME= bounce-0.0
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+
+MAINTAINER= p99dreyf@criens.u-psud.fr
+
+WRKSRC= ${WRKDIR}/bounce
+
+HAS_CONFIGURE= yes
+CONFIGURE_ARGS+= --prefix=${PREFIX}
+
+ALL_TARGET= bounce
+
+post-install:
+ strip ${PREFIX}/bin/bounce
+
+.include "../../mk/bsd.pkg.mk"