freebsd-ports/dns/radns/Makefile
Mathieu Arnold 88bfe4bd43 Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup

With hat:	portmgr
Sponsored by:	Absolight
2015-05-11 18:34:57 +00:00

32 lines
585 B
Makefile

# Created by: Michael Cardell Widerkrantz <mc@hack.org>
# $FreeBSD$
PORTNAME= radns
DISTVERSION= 20110809-2
CATEGORIES= dns
MASTER_SITES= http://hack.org/mc/hacks/radns/
MAINTAINER= mc@hack.org
COMMENT= IPv6 DNS server address autoconfiguration client
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>