forked from Lainports/freebsd-ports
PR: 280013 Changes: https://marc.info/?l=openbgpd-users&m=172677063005706&w=2 https://marc.info/?l=openbgpd-users&m=171942906806195&w=2 Author: Sebastian <sko@rostwald.de>
29 lines
560 B
Makefile
29 lines
560 B
Makefile
PORTNAME= openbgpd
|
|
PORTVERSION= 8.6
|
|
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
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
USERS= _bgpd
|
|
GROUPS= _bgpd
|
|
|
|
CONFLICTS= zebra quagga
|
|
|
|
.include <bsd.port.mk>
|