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
|
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/
|
2001-03-02 12:46:35 +00:00
|
|
|
|
2006-02-20 21:37:36 +00:00
|
|
|
MAINTAINER= shaun@inerd.com
|
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
|
2005-09-02 14:30:12 +00:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2005-11-15 06:52:12 +00:00
|
|
|
USE_AUTOTOOLS= autoconf:259
|
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>
|