summaryrefslogtreecommitdiff
path: root/net/6tunnel/Makefile
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-03-23 13:54:47 +0000
committerzuntum <zuntum@pkgsrc.org>2001-03-23 13:54:47 +0000
commitcbee727c9c3870d787da5f8e41b4f8a1ba0a5477 (patch)
tree03fb458ca4d91f5e2283c77dba2e3d89bc853058 /net/6tunnel/Makefile
parenteb67a33d1bc282e745653459516a19ac3b262dec (diff)
downloadpkgsrc-cbee727c9c3870d787da5f8e41b4f8a1ba0a5477.tar.gz
Initial import of 6tunnel 0.07
6tunnel can translate between protocol versions on the same host, thus offering a way to setup v4/v6 and v6/v4 proxy services. It can bind to any of your IPv4 (default) or IPv6 addresses.
Diffstat (limited to 'net/6tunnel/Makefile')
-rw-r--r--net/6tunnel/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/net/6tunnel/Makefile b/net/6tunnel/Makefile
new file mode 100644
index 00000000000..0e058d264a2
--- /dev/null
+++ b/net/6tunnel/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/03/23 13:54:47 zuntum Exp $
+#
+
+DISTNAME= 6tunnel-0.07
+CATEGORIES= net
+MASTER_SITES= ftp://amba.bydg.pdi.net/pub/wojtekka/
+
+MAINTAINER= zuntum@netbsd.org
+COMMENT= v4/v6 protocol translation
+
+WRKSRC= ${WRKDIR}/6tunnel
+
+do-build:
+ ${CC} ${CFLAGS} -o ${WRKSRC}/6tunnel ${WRKSRC}/6tunnel.c
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/6tunnel ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/6tunnel.1 ${PREFIX}/man/man1
+
+.include "../../mk/bsd.pkg.mk"