2013-09-20 18:31:57 +02:00
|
|
|
# Created by: Michael Cardell Widerkrantz <mc@hack.org>
|
2011-09-28 11:48:16 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= radns
|
2015-05-11 20:34:57 +02:00
|
|
|
DISTVERSION= 20110809-2
|
2011-09-28 11:48:16 +02:00
|
|
|
CATEGORIES= dns
|
|
|
|
MASTER_SITES= http://hack.org/mc/hacks/radns/
|
|
|
|
|
|
|
|
MAINTAINER= mc@hack.org
|
|
|
|
COMMENT= IPv6 DNS server address autoconfiguration client
|
|
|
|
|
|
|
|
LICENSE= ISCL
|
|
|
|
|
2014-05-20 15:03:06 +02:00
|
|
|
USES= tar:bzip2
|
2011-09-28 11:48:16 +02:00
|
|
|
USE_RC_SUBR= radns
|
|
|
|
|
|
|
|
USERS= radns
|
|
|
|
GROUPS= radns
|
|
|
|
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
|
|
|
|
PORTDOCS= LICENSE README README.FreeBSD NEWS
|
|
|
|
|
2014-07-03 23:57:31 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2011-09-28 11:48:16 +02:00
|
|
|
post-install:
|
2014-05-20 15:03:06 +02:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
2012-02-22 21:07:31 +01:00
|
|
|
.for i in ${PORTDOCS}
|
2014-05-20 15:03:06 +02:00
|
|
|
@${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
|
2012-02-22 21:07:31 +01:00
|
|
|
.endfor
|
2011-09-28 11:48:16 +02:00
|
|
|
|
2012-02-22 21:07:31 +01:00
|
|
|
.include <bsd.port.mk>
|