source: hybrid/branches/releng-9.0/nanobsd/ports/net/lvrouted/Makefile@ 11033

Last change on this file since 11033 was 11033, checked in by rick, 13 years ago

Awesome! New version of lvrouted allowing us to gid rid of the -z syncing
issues.

---

Kunnen we een bitje gebruiken voor het publishen van de default
route?

okee, dat zit er nu in. voor nu, tot het overal uitgerold is, is de
oude optie er (-z) en een nieuwe optie (-g). de -g vlag zou op de
gateway nodes aangezet moeten worden, en dat wordt dan door het
netwerk gepropageerd.
---

Secret new feature: weighting of the interfaces as well.

File size: 787 bytes
Line 
1# New ports collection makefile for: lrvrouted
2# Date created: 2009-07-12
3# Whom: Rick van der Zwet <info@rickvanderzwet.nl>
4#
5# $FreeBSD: $
6#
7
8PORTNAME= lvrouted
9PORTVERSION= 11031
10CATEGORIES= net
11MASTER_SITES= http://webfolder.wirelessleiden.nl/lvrouted/ \
12 http://rickvanderzwet.nl/mirror/lvrouted/
13
14MAINTAINER= info@rickvanderzwet.nl
15COMMENT= Lvrouted is a very simple shortest-path routing daemon
16
17GNU_CONFIGURE= yes
18USE_AUTOTOOLS= autoconf autoheader
19
20BUILD_DEPENDS+= ocamlopt:${PORTSDIR}/lang/ocaml-nox11 \
21 ocamlfind:${PORTSDIR}/devel/ocaml-findlib
22
23USE_RC_SUBR= lvrouted
24
25post-install:
26.if !defined(NOPORTDOCS)
27 ${MKDIR} ${DOCSDIR}
28 ${INSTALL_MAN} ${WRKSRC}/docs/lvrouted.ps ${DOCSDIR}
29 ${INSTALL_MAN} ${WRKSRC}/docs/lvrouted.html ${DOCSDIR}
30.endif
31
32.include <bsd.port.mk>
Note: See TracBrowser for help on using the repository browser.