summaryrefslogtreecommitdiff
path: root/net/openbgpd7/Makefile
blob: ab185ed51b77281e837a145d846cc53b6cb852f6 (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
PORTNAME=	openbgpd
PORTVERSION=	7.2
CATEGORIES=	net
MASTER_SITES=	OPENBSD/OpenBGPD
PKGNAMESUFFIX=	7

MAINTAINER=	href@random.sh
COMMENT=	Free implementation of the Border Gateway Protocol, Version 7

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 quagga

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>