Update polish/hunspell to version 20180127
[dports.git] / dns / radns / Makefile
1 # Created by: Michael Cardell Widerkrantz <mc@hack.org>
2 # $FreeBSD$
3
4 PORTNAME=       radns
5 DISTVERSION=    20110809-2
6 CATEGORIES=     dns
7 MASTER_SITES=   http://hack.org/mc/hacks/radns/
8
9 MAINTAINER=     mc@hack.org
10 COMMENT=        IPv6 DNS server address autoconfiguration client
11
12 LICENSE=        ISCL
13
14 USES=           tar:bzip2
15 USE_RC_SUBR=    radns
16
17 USERS=          radns
18 GROUPS=         radns
19
20 SUB_FILES=      pkg-message
21
22 PORTDOCS=       LICENSE README README.FreeBSD NEWS
23
24 OPTIONS_DEFINE= DOCS
25
26 post-install:
27         @${MKDIR} ${STAGEDIR}${DOCSDIR}
28 .for i in ${PORTDOCS}
29         @${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
30 .endfor
31
32 .include <bsd.port.mk>