Tweak dns/idnkit version 1.0_3
[dports.git] / dns / radns / Makefile
1 # Created by: Michael Cardell Widerkrantz <mc@hack.org>
2 # $FreeBSD$
3
4 PORTNAME=       radns
5 PORTVERSION=    20110809.2
6 DISTNAME=       ${PORTNAME}-${PORTVERSION:S/./-/}
7 CATEGORIES=     dns
8 MASTER_SITES=   http://hack.org/mc/hacks/radns/
9
10 MAINTAINER=     mc@hack.org
11 COMMENT=        IPv6 DNS server address autoconfiguration client
12
13 LICENSE=        ISCL
14
15 USE_BZIP2=      yes
16 USE_RC_SUBR=    radns
17
18 USERS=          radns
19 GROUPS=         radns
20
21 USE_RC_SUBR=    radns
22 SUB_FILES=      pkg-message
23
24 MAN8=           radns.8
25
26 PORTDOCS=       LICENSE README README.FreeBSD NEWS
27
28 NO_STAGE=       yes
29 post-install:
30 .if !defined(NOPORTDOCS)
31         @${ECHO_MSG} "Installing additional documentation to ${DOCSDIR}"
32         @${MKDIR} ${DOCSDIR}
33 .for i in ${PORTDOCS}
34         @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
35 .endfor
36
37 .endif
38         @${CAT} ${PKGMESSAGE}
39
40 .include <bsd.port.mk>