aboutsummaryrefslogtreecommitdiffstats
path: root/dns/radns/Makefile
blob: 8b80ecd0062b36c80753dfb6dc0702ca81cfeb32 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# New ports collection makefile for:   radns
# Date created:        11 July 2011
# Whom:                Michael Cardell Widerkrantz <mc@hack.org>
#
# $FreeBSD$
#

PORTNAME=   radns
PORTVERSION=    20110809.2
DISTNAME=   ${PORTNAME}-${PORTVERSION:S/./-/}
CATEGORIES= dns
MASTER_SITES=   http://hack.org/mc/hacks/radns/

MAINTAINER= mc@hack.org
COMMENT=    IPv6 DNS server address autoconfiguration client

LICENSE=    ISCL

USE_BZIP2=  yes
USE_RC_SUBR=    radns

USERS=      radns
GROUPS=     radns

USE_RC_SUBR=    radns
SUB_FILES=  pkg-message

MAN8=       radns.8

PORTDOCS=   LICENSE README README.FreeBSD NEWS

post-install:
.if !defined(NOPORTDOCS)
    @${ECHO_MSG} "Installing additional documentation to ${DOCSDIR}"
    @${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
    @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor

.endif
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>