1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/net/u6rd/Makefile
2013-10-04 18:20:08 +00:00

34 lines
587 B
Makefile

# $FreeBSD$
PORTNAME= u6rd
PORTVERSION= 1.6
#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
PLIST_FILES= sbin/u6rd man/man8/u6rd.8.gz
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
PORTDOCS= NEWS README
.endif
post-install:
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>