1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/dns/radns/Makefile
Alexander Leidinger de0101d773 dns/radns: make the rc script service jails aware
PR:		279637
Approved by:	maintainer timeout (1 month)
2024-07-10 15:39:43 +02:00

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>