aboutsummaryrefslogblamecommitdiff
path: root/net/6tunnel/Makefile
blob: 945db65bfa2aa85ecbdf21fda11ef5d8cab11bad (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                
           

                       
                       
                 
                        
                                           
 
                                 
                                                                
 

                                                         
                   
                        



                         
                           
 
                   
                      
# Created by: Vassili Tchersky <vt@bsdjeunz.org>
# $FreeBSD$

PORTNAME=	6tunnel
DISTVERSION=	0.11rc2
PORTREVISION=	2
CATEGORIES=	net ipv6
MASTER_SITES=	http://toxygen.net/6tunnel/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	TCP proxy for applications that don't speak IPv6

WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:R}rc2

GNU_CONFIGURE=	yes
USE_AUTOTOOLS=	autoconf
ALL_TARGET=	default

MAN1=		6tunnel.1
MANCOMPRESSED=	no
PLIST_FILES=	bin/6tunnel

NO_STAGE=	yes
.include <bsd.port.mk>