2001-03-02 12:46:35 +00:00
|
|
|
# New ports collection makefile for: 6tunnel
|
|
|
|
# Date created: Sun Nov 19 12:51:37 CET 2000
|
|
|
|
# Whom: Vassili Tchersky <vt@bsdjeunz.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= 6tunnel
|
2001-10-26 07:23:05 +00:00
|
|
|
PORTVERSION= 0.09
|
2001-03-02 12:46:35 +00:00
|
|
|
CATEGORIES= net ipv6
|
|
|
|
MASTER_SITES= ftp://amba.bydg.pdi.net/pub/wojtekka/ \
|
2001-10-26 07:23:05 +00:00
|
|
|
ftp://ftp.bsdfr.org/pub/projects/6tunnel/ \
|
|
|
|
ftp://atlantis.bsd-fr.org/pub/ipv6/tools/ \
|
|
|
|
http://rencade.raphit.net/~vt/
|
2001-03-02 12:46:35 +00:00
|
|
|
|
2004-03-26 00:50:26 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 13:28:59 +00:00
|
|
|
COMMENT= TCP proxy for application that don't speak IPv6
|
2001-03-02 12:46:35 +00:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
|
|
|
ALL_TARGET= default
|
|
|
|
|
|
|
|
MAN1= 6tunnel.1
|
|
|
|
MANCOMPRESSED= no
|
2004-02-06 13:12:53 +00:00
|
|
|
PLIST_FILES= bin/6tunnel
|
2001-03-02 12:46:35 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|