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
|
2003-02-14 21:47:05 +01:00
|
|
|
PORTVERSION= 0.7.2
|
2001-07-06 18:29:39 +02:00
|
|
|
CATEGORIES= net ipv6
|
2001-11-23 22:37:55 +01:00
|
|
|
MASTER_SITES= http://v6web.litech.org/radvd/dist/
|
2001-07-06 18:29:39 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/p4/pl4/}
|
|
|
|
|
2001-11-15 04:59:42 +01:00
|
|
|
MAINTAINER= pat@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
|
|
|
|
|
|
|
|
MAN5= radvd.conf.5
|
|
|
|
MAN8= radvd.8 radvdump.8
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.ifndef(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/INTRO.html ${PREFIX}/share/doc/${PORTNAME}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/radvd.conf.example ${PREFIX}/etc
|
|
|
|
.endif #NOPORTDOCS
|
|
|
|
@${SED} -e "s|/usr/local|${PREFIX}|" ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|