mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
1ec9be9672
Reported by: pointyhat via kris
39 lines
869 B
Makefile
39 lines
869 B
Makefile
# New ports collection makefile for: radvd
|
|
# Date created: Fri Jul 6 03:17:33 EDT 2001
|
|
# Whom: Patrick Li <pat@databits.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= radvd
|
|
PORTVERSION= 0.9.1
|
|
CATEGORIES= net ipv6
|
|
MASTER_SITES= http://www.litech.org/radvd/dist/ CSME
|
|
|
|
MAINTAINER= infofarmer@FreeBSD.org
|
|
COMMENT= A Linux/BSD IPv6 router advertisement daemon
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_RC_SUBR= radvd
|
|
|
|
MAN5= radvd.conf.5
|
|
MAN8= radvd.8 radvdump.8
|
|
PORTDOCS= CHANGES COPYRIGHT INTRO.html README TODO
|
|
PLIST_FILES= etc/radvd.conf.example sbin/radvd sbin/radvdump
|
|
|
|
post-install:
|
|
@${INSTALL_DATA} ${WRKSRC}/radvd.conf.example ${PREFIX}/etc/
|
|
.ifndef NOPORTDOCS
|
|
@${INSTALL} -d ${DOCSDIR}
|
|
@${INSTALL_DATA} ${PORTDOCS:S.^.${WRKSRC}/.} ${DOCSDIR}/
|
|
.endif
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 500000
|
|
BROKEN= Does not build on 4.x
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|