|
Last change
on this file since 10612 was 10612, checked in by rick, 14 years ago |
|
Make port building whole bunch more stupid:
1) Bundle ports in the tree itself, instead of global shared banch.
2) Copy the local ports just in the /usr/ports tree to allow playing around
with just the ordenary tools.
|
|
File size:
786 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 | CATEGORIES= net
|
|---|
| 11 | MASTER_SITES= http://webfolder.wirelessleiden.nl/lvrouted/ \
|
|---|
| 12 | http://rickvanderzwet.nl/mirror/lvrouted/
|
|---|
| 13 |
|
|---|
| 14 | MAINTAINER= info@rickvanderzwet.nl
|
|---|
| 15 | COMMENT= Lvrouted is a very simple shortest-path routing daemon
|
|---|
| 16 |
|
|---|
| 17 | GNU_CONFIGURE= yes
|
|---|
| 18 | USE_AUTOTOOLS= autoconf autoheader
|
|---|
| 19 |
|
|---|
| 20 | BUILD_DEPENDS+= ocamlopt:${PORTSDIR}/lang/ocaml-nox11 \
|
|---|
| 21 | ocamlfind:${PORTSDIR}/devel/ocaml-findlib
|
|---|
| 22 |
|
|---|
| 23 | USE_RC_SUBR= lvrouted
|
|---|
| 24 |
|
|---|
| 25 | post-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.