diff options
Diffstat (limited to 'net/6tunnel/Makefile')
-rw-r--r-- | net/6tunnel/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/net/6tunnel/Makefile b/net/6tunnel/Makefile new file mode 100644 index 000000000000..96c79c3d62d5 --- /dev/null +++ b/net/6tunnel/Makefile @@ -0,0 +1,23 @@ +# 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.07 +CATEGORIES= net ipv6 +MASTER_SITES= ftp://amba.bydg.pdi.net/pub/wojtekka/ \ + ftp://ftp.bsdjeunz.org/pub/ipv6/tools/ + +MAINTAINER= vt@bsdjeunz.org + +WRKSRC= ${WRKDIR}/${PORTNAME} + +ALL_TARGET= default + +MAN1= 6tunnel.1 +MANCOMPRESSED= no + +.include <bsd.port.mk> |