mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
7dc406a7a1
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category N. CR: D307 Approved by: portmgr (bapt)
27 lines
673 B
Makefile
27 lines
673 B
Makefile
# Created by: Patrick Li <pat@databits.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= radvd
|
|
PORTVERSION= 1.9.7
|
|
CATEGORIES= net ipv6
|
|
MASTER_SITES= http://www.litech.org/radvd/dist/
|
|
|
|
MAINTAINER= dhn@FreeBSD.org
|
|
COMMENT= Linux/BSD IPv6 router advertisement daemon
|
|
|
|
LIB_DEPENDS= libdaemon.so:${PORTSDIR}/devel/libdaemon
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --program-transform-name=
|
|
USES= pkgconfig gmake
|
|
USE_RC_SUBR= radvd
|
|
|
|
PORTDOCS= CHANGES COPYRIGHT INTRO.html README TODO
|
|
|
|
post-install:
|
|
@${INSTALL_DATA} ${WRKSRC}/radvd.conf.example ${STAGEDIR}${PREFIX}/etc/
|
|
@${INSTALL} -d ${STAGEDIR}${DOCSDIR}/
|
|
@${INSTALL_DATA} ${PORTDOCS:S.^.${WRKSRC}/.} ${STAGEDIR}${DOCSDIR}/
|
|
|
|
.include <bsd.port.mk>
|