bf788862b8
PR: 239674 Submitted by: pizzamig MFH: 2019Q3 Relnotes: https://undeadly.org/cgi?action=article;sid=20190802072427
33 lines
623 B
Makefile
33 lines
623 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= openbgpd
|
|
PORTVERSION= 6.5p1
|
|
CATEGORIES= net
|
|
MASTER_SITES= OPENBSD/OpenBGPD
|
|
PKGNAMESUFFIX= 6
|
|
|
|
MAINTAINER= pi@FreeBSD.org
|
|
COMMENT= Free implementation of the Border Gateway Protocol, Version 4
|
|
|
|
LICENSE= ISCL
|
|
LICENSE_FILE= ${FILESDIR}/COPYING
|
|
|
|
USES= autoreconf libtool uidfix
|
|
USE_RC_SUBR= ${PORTNAME}
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
USERS= _bgpd
|
|
GROUPS= _bgpd
|
|
|
|
CONFLICTS= zebra-[0-9]* quagga-[0-9]*
|
|
|
|
OPTIONS_DEFINE= IPV6LLPEER
|
|
OPTIONS_DEFAULT= IPV6LLPEER
|
|
IPV6LLPEER_DESC= Support nexthop using IPv6 link-local address
|
|
IPV6LLPEER_MAKE_ARGS= -DIPV6_LINKLOCAL_PEER
|
|
|
|
.include <bsd.port.mk>
|