2001-03-02 13:46:35 +01: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 09:00:46 +02:00
|
|
|
DISTVERSION= 0.11rc2
|
2007-09-30 06:47:36 +02:00
|
|
|
PORTREVISION= 1
|
2001-03-02 13:46:35 +01:00
|
|
|
CATEGORIES= net ipv6
|
2006-04-29 11:14:52 +02:00
|
|
|
MASTER_SITES= http://toxygen.net/6tunnel/ \
|
|
|
|
http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/
|
2001-03-02 13:46:35 +01:00
|
|
|
|
2006-06-19 22:06:59 +02:00
|
|
|
MAINTAINER= shaun@FreeBSD.org
|
2005-02-16 13:53:36 +01:00
|
|
|
COMMENT= TCP proxy for applications that don't speak IPv6
|
2001-03-02 13:46:35 +01:00
|
|
|
|
2005-09-02 16:30:12 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}rc2
|
|
|
|
|
2005-02-16 13:53:36 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2008-08-20 02:57:32 +02:00
|
|
|
USE_AUTOTOOLS= autoconf:262
|
2001-03-02 13:46:35 +01:00
|
|
|
ALL_TARGET= default
|
|
|
|
|
|
|
|
MAN1= 6tunnel.1
|
|
|
|
MANCOMPRESSED= no
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/6tunnel
|
2001-03-02 13:46:35 +01:00
|
|
|
|
2006-04-18 09:00:46 +02:00
|
|
|
.include <bsd.port.mk>
|