summaryrefslogtreecommitdiff
path: root/net/openbgpd8/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/openbgpd8/Makefile')
-rw-r--r--net/openbgpd8/Makefile16
1 files changed, 14 insertions, 2 deletions
diff --git a/net/openbgpd8/Makefile b/net/openbgpd8/Makefile
index 6a6779aeffde..3008034d4aed 100644
--- a/net/openbgpd8/Makefile
+++ b/net/openbgpd8/Makefile
@@ -1,5 +1,5 @@
PORTNAME= openbgpd
-PORTVERSION= 8.6
+PORTVERSION= 8.8
CATEGORIES= net
MASTER_SITES= OPENBSD/OpenBGPD
PKGNAMESUFFIX= 8
@@ -14,16 +14,28 @@ LICENSE_FILE= ${FILESDIR}/COPYING
LIB_DEPENDS= libevent.so:devel/libevent
USES= autoreconf libtool localbase pathfix uidfix
-USE_RC_SUBR= ${PORTNAME}
+USE_RC_SUBR= ${PORTNAME} openbgplgd
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
+CONFIGURE_ARGS="--with-wwwrunstatedir=/var/run"
+
+OPTIONS_DEFINE= BGPLGD
+OPTIONS_SUB= BGPLGD
+OPTIONS_DEFAULT= BGPLGD
+
+BGPLGD_DESC= Build with Looking Glass Daemon
+BGPLGD_CONFIGURE_WITH= bgplgd
SUB_FILES= pkg-message
USERS= _bgpd
GROUPS= _bgpd
+BGPLGD_USERS+= _bgplgd
+BGPLGD_GROUPS+= _bgplgd
+
+
CONFLICTS= zebra quagga
.include <bsd.port.mk>