aboutsummaryrefslogtreecommitdiffstats
path: root/net/openbgpd/Makefile
blob: c94b12bd3676ca7386aac0a7022f39a3014ce243 (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
33
34
35
36
37
38
39
40
41
42
43
44
# $FreeBSD$

PORTNAME=   openbgpd
PORTVERSION=    5.2.20121209
PORTREVISION=   2
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

CONFLICTS=  zebra-[0-9]* quagga-[0-9]*

WRKSRC=     ${WRKDIR}
USES=       uidfix tar:tgz
USE_RC_SUBR=    ${PORTNAME}
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

OPTIONS_DEFINE= IPV6LLPEER
OPTIONS_DEFAULT=IPV6LLPEER
IPV6LLPEER_DESC=Support nexthop using IPv6 link-local address

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MIPV6LLPEER}
MAKE_ARGS+= -DIPV6_LINKLOCAL_PEER
.endif

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>