1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/net/openbgpd7/Makefile
Karsten Schmidt e2bb42ebb0 net/openbgpd7: update 7.6 -> 7.7, and check_process fix
- Upgrade from 7.6 to 7.7
- Fix check_process, "bgpd: parent" no longer matches anything
- Remove unused IPV6LLPEER option

Pull-Request:	https://github.com/freebsd/freebsd-ports/pull/141
Author:		Karsten Schmidt <git@guggemand.dk>
2023-02-26 19:38:37 +01:00

29 lines
520 B
Makefile

PORTNAME= openbgpd
PORTVERSION= 7.7
CATEGORIES= net
MASTER_SITES= OPENBSD/OpenBGPD
PKGNAMESUFFIX= 7
MAINTAINER= pi@FreeBSD.org
COMMENT= Free implementation of the Border Gateway Protocol, Version 4
WWW= https://www.openbgpd.org/
LICENSE= MIT
LICENSE_FILE= ${FILESDIR}/COPYING
LIB_DEPENDS= libevent.so:devel/libevent
USES= autoreconf libtool localbase pathfix uidfix
USE_RC_SUBR= ${PORTNAME}
GNU_CONFIGURE= yes
SUB_FILES= pkg-message
USERS= _bgpd
GROUPS= _bgpd
CONFLICTS= zebra quagga
.include <bsd.port.mk>