freebsd-ports/net/openbgpd8/Makefile
Sebastian 03f1984975 net/openbgpd8: New port based on openbgpd7 port
PR:		272383
Author:		Sebastian <sko@rostwald.de>
2023-11-12 20:31:32 +01:00

28 lines
520 B
Makefile

PORTNAME= openbgpd
PORTVERSION= 8.3
CATEGORIES= net
MASTER_SITES= OPENBSD/OpenBGPD
PKGNAMESUFFIX= 8
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>