aboutsummaryrefslogtreecommitdiff
path: root/net/openbgpd8/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/openbgpd8/Makefile')
-rw-r--r--net/openbgpd8/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/net/openbgpd8/Makefile b/net/openbgpd8/Makefile
new file mode 100644
index 000000000000..fc05babc0eb4
--- /dev/null
+++ b/net/openbgpd8/Makefile
@@ -0,0 +1,28 @@
+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>