1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/net/6tunnel/Makefile
2010-12-04 07:34:27 +00:00

28 lines
561 B
Makefile

# 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= 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
.include <bsd.port.mk>