2001-07-06 18:29:39 +02:00
|
|
|
# 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
|
2006-05-08 09:55:34 +02:00
|
|
|
PORTVERSION= 0.9.1
|
2001-07-06 18:29:39 +02:00
|
|
|
CATEGORIES= net ipv6
|
2006-07-31 00:46:04 +02:00
|
|
|
MASTER_SITES= http://www.litech.org/radvd/dist/ CSME
|
2001-07-06 18:29:39 +02:00
|
|
|
|
2006-05-08 09:55:34 +02:00
|
|
|
MAINTAINER= infofarmer@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A Linux/BSD IPv6 router advertisement daemon
|
2001-07-06 18:29:39 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2006-05-08 09:55:34 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_RC_SUBR= radvd
|
2001-07-06 18:29:39 +02:00
|
|
|
|
|
|
|
MAN5= radvd.conf.5
|
|
|
|
MAN8= radvd.8 radvdump.8
|
2006-05-08 09:55:34 +02:00
|
|
|
PORTDOCS= CHANGES COPYRIGHT INTRO.html README TODO
|
|
|
|
PLIST_FILES= etc/radvd.conf.example sbin/radvd sbin/radvdump
|
2001-07-06 18:29:39 +02:00
|
|
|
|
|
|
|
post-install:
|
2006-05-08 09:55:34 +02:00
|
|
|
@${INSTALL_DATA} ${WRKSRC}/radvd.conf.example ${PREFIX}/etc/
|
|
|
|
.ifndef NOPORTDOCS
|
|
|
|
@${INSTALL} -d ${DOCSDIR}
|
|
|
|
@${INSTALL_DATA} ${PORTDOCS:S.^.${WRKSRC}/.} ${DOCSDIR}/
|
|
|
|
.endif
|
2001-07-06 18:29:39 +02:00
|
|
|
|
2006-08-06 19:16:19 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 500000
|
|
|
|
BROKEN= Does not build on 4.x
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|