From 788cf256c7c8f0bd89347713381d7db9d86c5022 Mon Sep 17 00:00:00 2001 From: Hajimu UMEMOTO Date: Wed, 30 Jan 2013 16:29:16 +0000 Subject: Add new port -- User-space 6rd (RFC 5569) implementation --- net/u6rd/Makefile | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 net/u6rd/Makefile (limited to 'net/u6rd/Makefile') diff --git a/net/u6rd/Makefile b/net/u6rd/Makefile new file mode 100644 index 000000000000..04ed4f5edb09 --- /dev/null +++ b/net/u6rd/Makefile @@ -0,0 +1,35 @@ +# $FreeBSD$ + +PORTNAME= u6rd +PORTVERSION= 1.5 +#PORTREVISION= 0 +CATEGORIES= net ipv6 +MASTER_SITES= http://ftp.scythe.jp/pub/u6rd/release/ + +MAINTAINER= ume@FreeBSD.org +COMMENT= User-space 6rd (RFC 5569) implementation + +LICENSE= BSD + +GNU_CONFIGURE= yes +USE_RC_SUBR= u6rd + +MAN8= u6rd.8 + +PLIST_FILES= sbin/u6rd + +.include + +.if ${PORT_OPTIONS:MDOCS} +PORTDOCS= NEWS README +.endif + +post-install: +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} +.for f in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +.endfor +.endif + +.include -- cgit v1.2.3