aboutsummaryrefslogtreecommitdiffstats
path: root/net/6tunnel/Makefile
blob: 49fd296b9cc2248137a09c2c5b202637a3ab03a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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
DISTVERSION=    0.11rc2
PORTREVISION=   1
CATEGORIES= net ipv6
MASTER_SITES=   http://toxygen.net/6tunnel/ \
        http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/

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

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

GNU_CONFIGURE=  yes
CONFIGURE_TARGET=   --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_AUTOTOOLS=  autoconf:262
ALL_TARGET= default

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

.include <bsd.port.mk>