aboutsummaryrefslogtreecommitdiffstats
path: root/net/quagga/Makefile
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2007-02-28 23:17:40 +0800
committersem <sem@FreeBSD.org>2007-02-28 23:17:40 +0800
commit90ab7b4d23f3dd517f701e76bbe5be8a5144c95d (patch)
treefbcd6489a4b7ffbbc18174db747fb15e0f31791a /net/quagga/Makefile
parente11f5dd0d2af18abf014bdb42a87105548ddd0fa (diff)
downloadfreebsd-ports-gnome-90ab7b4d23f3dd517f701e76bbe5be8a5144c95d.tar.gz
freebsd-ports-gnome-90ab7b4d23f3dd517f701e76bbe5be8a5144c95d.tar.zst
freebsd-ports-gnome-90ab7b4d23f3dd517f701e76bbe5be8a5144c95d.zip
- Restore info files install and fix build them on OSVERSION<600000
PR: ports/109593 Submitted by: Eugene Grosbein <eugen_AT_grosbein.pp.ru> Approved by: maintainer
Diffstat (limited to 'net/quagga/Makefile')
-rw-r--r--net/quagga/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile
index 7cd5b0d6fe2f..d19d82c29d26 100644
--- a/net/quagga/Makefile
+++ b/net/quagga/Makefile
@@ -7,7 +7,7 @@
PORTNAME= quagga
PORTVERSION= 0.99.6
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net ipv6
MASTER_SITES= http://quagga.net/download/ \
http://www.ru.quagga.net/download/ \
@@ -34,6 +34,7 @@ LIBTOOLFILES= configure
MAN1= vtysh.1
MAN8= bgpd.8 ospf6d.8 ospfd.8 ripd.8 ripngd.8 zebra.8
+INFO= quagga
OPTIONS= ISISD "Enable experimental ISIS daemon" off \
PAM "PAM authentication for vtysh" off \
@@ -122,6 +123,11 @@ EXTRA_PATCHES+=${PATCHDIR}/extra-tcpmd5-patch-bgpd-bgp_network.c ${PATCHDIR}/ext
CFLAGS+= -DQUAGGA_TCP_MD5SIG
.endif
+.if ${OSVERSION} < 600000
+BUILD_DEPENDS+=${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo
+CONFIGURE_ENV+=MAKEINFO=${LOCALBASE}/bin/makeinfo
+.endif
+
USE_RC_SUBR= watchquagga.sh
.if ${OSVERSION} < 500000 || ${OSVERSION} >= 600101
USE_RC_SUBR+= quagga.sh