diff options
Diffstat (limited to 'net/openbgpd6/Makefile')
-rw-r--r-- | net/openbgpd6/Makefile | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/net/openbgpd6/Makefile b/net/openbgpd6/Makefile deleted file mode 100644 index 0611d8c7fa37..000000000000 --- a/net/openbgpd6/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -PORTNAME= openbgpd -PORTVERSION= 6.9p0 -PORTREVISION= 1 -CATEGORIES= net -MASTER_SITES= OPENBSD/OpenBGPD -PKGNAMESUFFIX= 6 - -MAINTAINER= pi@FreeBSD.org -COMMENT= Free implementation of the Border Gateway Protocol, Version 4 -WWW= https://www.openbgpd.org/ - -LICENSE= ISCL -LICENSE_FILE= ${FILESDIR}/COPYING - -DEPRECATED= Unsupported upstream, consider using net/openbgpd8 -EXPIRATION_DATE=2025-05-30 - -USES= autoreconf libtool uidfix -USE_RC_SUBR= ${PORTNAME} - -GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share - -SUB_FILES= pkg-message - -USERS= _bgpd -GROUPS= _bgpd - -CONFLICTS= zebra quagga - -OPTIONS_DEFINE= IPV6LLPEER -OPTIONS_DEFAULT= IPV6LLPEER -IPV6LLPEER_DESC= Support nexthop using IPv6 link-local address -IPV6LLPEER_MAKE_ARGS= -DIPV6_LINKLOCAL_PEER - -.include <bsd.port.mk> |