diff options
Diffstat (limited to 'net/6tunnel/Makefile')
-rw-r--r-- | net/6tunnel/Makefile | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/net/6tunnel/Makefile b/net/6tunnel/Makefile index 88138535f436..c85777b56a6f 100644 --- a/net/6tunnel/Makefile +++ b/net/6tunnel/Makefile @@ -6,20 +6,28 @@ # PORTNAME= 6tunnel -PORTVERSION= 0.11.r1 +PORTVERSION= 0.11.r2 CATEGORIES= net ipv6 MASTER_SITES= http://toxygen.net/6tunnel/ -DISTNAME= ${PORTNAME}-${PORTVERSION:R}rc1 +DISTNAME= ${PORTNAME}-${PORTVERSION:R}rc2 MAINTAINER= ports@FreeBSD.org COMMENT= TCP proxy for applications that don't speak IPv6 -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} +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.mk> +.include <bsd.port.pre.mk> + +pre-configure: + @cd ${WRKSRC}; ${AUTOCONF} + +.include <bsd.port.post.mk> |