1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/net/6tunnel/Makefile
Sergey Matveychuk 675a9c01df - Update to 0.11.r2
PR:		ports/85633
Submitted by:	Andrej Zverev <az@inec.ru>
2005-09-02 14:30:12 +00:00

34 lines
728 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
PORTVERSION= 0.11.r2
CATEGORIES= net ipv6
MASTER_SITES= http://toxygen.net/6tunnel/
DISTNAME= ${PORTNAME}-${PORTVERSION:R}rc2
MAINTAINER= ports@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_AUTOCONF_VER= 259
ALL_TARGET= default
MAN1= 6tunnel.1
MANCOMPRESSED= no
PLIST_FILES= bin/6tunnel
.include <bsd.port.pre.mk>
pre-configure:
@cd ${WRKSRC}; ${AUTOCONF}
.include <bsd.port.post.mk>