7040a2bc9f
u6rd is a user-space 6rd (RFC 5569) implementation, which uses tun(4) and the raw socket interface. It runs on the 6rd border router of a 6rd site that is isolated from the native IPv6 Internet. In other words, it does not provide the functionality of 6rd "relay" routers.
15 lines
358 B
Makefile
15 lines
358 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/04/19 17:34:01 jakllsch Exp $
|
|
#
|
|
|
|
DISTNAME= u6rd-1.7.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://ftp.scythe.jp/pub/u6rd/release/
|
|
|
|
MAINTAINER= kamada@nanohz.org
|
|
HOMEPAGE= http://www.scythe.jp/lab/u6rd/
|
|
COMMENT= User-space 6rd (RFC 5569) implementation
|
|
LICENSE= 2-clause-bsd
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|