aboutsummaryrefslogtreecommitdiff
path: root/net/openbgpd6/Makefile
blob: cc76e6b3dd206fb7ef75d96bb1299465d6571972 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# $FreeBSD$

PORTNAME=	openbgpd
PORTVERSION=	6.8p0
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>