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
|
2005-02-16 12:53:36 +00:00
|
|
|
PORTVERSION= 0.11.r1
|
2001-03-02 12:46:35 +00:00
|
|
|
CATEGORIES= net ipv6
|
2005-02-16 12:53:36 +00:00
|
|
|
MASTER_SITES= http://toxygen.net/6tunnel/
|
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:R}rc1
|
2001-03-02 12:46:35 +00:00
|
|
|
|
2004-03-26 00:50:26 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-02-16 12:53:36 +00:00
|
|
|
COMMENT= TCP proxy for applications that don't speak IPv6
|
2001-03-02 12:46:35 +00:00
|
|
|
|
2005-02-16 12:53:36 +00:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
|
|
|
|
GNU_CONFIGURE= yes
|
2001-03-02 12:46:35 +00:00
|
|
|
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>
|