mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
de0101d773
PR: 279637 Approved by: maintainer timeout (1 month)
32 lines
571 B
Makefile
32 lines
571 B
Makefile
PORTNAME= radns
|
|
DISTVERSION= 20110809-2
|
|
PORTREVISION= 2
|
|
CATEGORIES= dns
|
|
MASTER_SITES= http://hack.org/mc/hacks/radns/
|
|
|
|
MAINTAINER= mc@hack.org
|
|
COMMENT= IPv6 DNS server address autoconfiguration client
|
|
WWW= https://hack.org/mc/hacks/radns/
|
|
|
|
LICENSE= ISCL
|
|
|
|
USES= tar:bzip2
|
|
USE_RC_SUBR= radns
|
|
|
|
USERS= radns
|
|
GROUPS= radns
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
PORTDOCS= LICENSE README README.FreeBSD NEWS
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
.for i in ${PORTDOCS}
|
|
@${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|