Rev | Line | |
---|
[10612] | 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
|
---|
[13474] | 9 | PORTVERSION= 13473
|
---|
[10612] | 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 |
|
---|
[11048] | 20 | BUILD_DEPENDS+= ocamlfind:${PORTSDIR}/devel/ocaml-findlib
|
---|
[10612] | 21 |
|
---|
| 22 | USE_RC_SUBR= lvrouted
|
---|
| 23 |
|
---|
[12880] | 24 | OPTIONS_EXCLUDE= DOCS
|
---|
[10612] | 25 |
|
---|
[12881] | 26 | do-install:
|
---|
| 27 | ${INSTALL_PROGRAM} ${WRKSRC}/src/lvrouted.opt ${STAGEDIR}${PREFIX}/sbin/lvrouted
|
---|
| 28 | .if !defined(NOPORTDOCS)
|
---|
| 29 | ${MKDIR} ${STAGEDIR}${DOCSDIR}
|
---|
| 30 | ${INSTALL_DATA} ${WRKSRC}/docs/lvrouted.dot ${STAGEDIR}${DOCSDIR}
|
---|
| 31 | ${INSTALL_DATA} ${WRKSRC}/docs/lvrouted.xml ${STAGEDIR}${DOCSDIR}
|
---|
| 32 | .endif
|
---|
| 33 |
|
---|
[10612] | 34 | .include <bsd.port.mk>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.