mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
59c2b02371
Changes: https://marc.info/?l=openbsd-announce&m=167907451410160&w=2 https://marc.info/?l=openbsd-announce&m=167956924014256&w=2
30 lines
560 B
Makefile
30 lines
560 B
Makefile
PORTNAME= openbgpd
|
|
PORTVERSION= 7.9
|
|
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
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
USERS= _bgpd
|
|
GROUPS= _bgpd
|
|
|
|
CONFLICTS= zebra quagga
|
|
|
|
.include <bsd.port.mk>
|