mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
cf118ccf87
Reported by: lwhsu
42 lines
948 B
Makefile
42 lines
948 B
Makefile
PORTNAME= openbgpd
|
|
PORTVERSION= 5.2.20121209
|
|
PORTREVISION= 4
|
|
PORTEPOCH= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= OPENBSD/OpenBGPD
|
|
DISTNAME= ${PORTNAME}-4.6
|
|
DIST_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= hrs@FreeBSD.org
|
|
COMMENT= Free implementation of the Border Gateway Protocol, Version 4
|
|
|
|
LICENSE= ISCL
|
|
LICENSE_FILE= ${FILESDIR}/COPYING
|
|
|
|
USES= tar:tgz uidfix
|
|
USE_RC_SUBR= ${PORTNAME}
|
|
|
|
CONFLICTS= zebra-[0-9]* quagga-[0-9]*
|
|
|
|
NO_WRKSUBDIR= yes
|
|
PLIST_FILES= sbin/bgpctl sbin/bgpd man/man5/bgpd.conf.5.gz \
|
|
man/man8/bgpctl.8.gz man/man8/bgpd.8.gz
|
|
SUB_FILES= pkg-message
|
|
USERS= _bgpd
|
|
GROUPS= _bgpd
|
|
|
|
CFLAGS= -fcommon
|
|
|
|
OPTIONS_DEFINE= IPV6LLPEER
|
|
OPTIONS_DEFAULT=IPV6LLPEER
|
|
IPV6LLPEER_DESC=Support nexthop using IPv6 link-local address
|
|
IPV6LLPEER_MAKE_ARGS= -DIPV6_LINKLOCAL_PEER
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" \
|
|
${WRKSRC}/bgpd/bgpd.8 \
|
|
${WRKSRC}/bgpd/bgpd.conf.5 \
|
|
${WRKSRC}/bgpctl/bgpctl.8
|
|
|
|
.include <bsd.port.mk>
|