Last change
on this file since 10774 was 10774, checked in by rick, 13 years ago |
Make sure to start lvrouted as a real routing daemon and give it some time to
enable booting.
|
File size:
802 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 |
|
---|
8 | PORTNAME= lvrouted
|
---|
9 | PORTVERSION= 9413
|
---|
10 | PORTREVISION= 2
|
---|
11 | CATEGORIES= net
|
---|
12 | MASTER_SITES= http://webfolder.wirelessleiden.nl/lvrouted/ \
|
---|
13 | http://rickvanderzwet.nl/mirror/lvrouted/
|
---|
14 |
|
---|
15 | MAINTAINER= info@rickvanderzwet.nl
|
---|
16 | COMMENT= Lvrouted is a very simple shortest-path routing daemon
|
---|
17 |
|
---|
18 | GNU_CONFIGURE= yes
|
---|
19 | USE_AUTOTOOLS= autoconf autoheader
|
---|
20 |
|
---|
21 | BUILD_DEPENDS+= ocamlopt:${PORTSDIR}/lang/ocaml-nox11 \
|
---|
22 | ocamlfind:${PORTSDIR}/devel/ocaml-findlib
|
---|
23 |
|
---|
24 | USE_RC_SUBR= lvrouted
|
---|
25 |
|
---|
26 | post-install:
|
---|
27 | .if !defined(NOPORTDOCS)
|
---|
28 | ${MKDIR} ${DOCSDIR}
|
---|
29 | ${INSTALL_MAN} ${WRKSRC}/docs/lvrouted.ps ${DOCSDIR}
|
---|
30 | ${INSTALL_MAN} ${WRKSRC}/docs/lvrouted.html ${DOCSDIR}
|
---|
31 | .endif
|
---|
32 |
|
---|
33 | .include <bsd.port.mk>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.