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
|
2006-04-18 07:00:46 +00:00
|
|
|
DISTVERSION= 0.11rc2
|
2010-09-15 18:35:24 +00:00
|
|
|
PORTREVISION= 2
|
2001-03-02 12:46:35 +00:00
|
|
|
CATEGORIES= net ipv6
|
2009-07-19 18:59:40 +00:00
|
|
|
MASTER_SITES= http://toxygen.net/6tunnel/
|
2001-03-02 12:46:35 +00:00
|
|
|
|
2009-03-13 23:27:19 +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-09-02 14:30:12 +00:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}rc2
|
|
|
|
|
2005-02-16 12:53:36 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2010-12-04 07:34:27 +00:00
|
|
|
USE_AUTOTOOLS= autoconf
|
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
|
|
|
|
2006-04-18 07:00:46 +00:00
|
|
|
.include <bsd.port.mk>
|