Last change
on this file since 14356 was 14356, checked in by rick, 6 years ago |
Migrate lvrouted port to new lvrouted-cpp implementation
|
File size:
585 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= 14306
|
---|
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 | USE_RC_SUBR= lvrouted
|
---|
18 |
|
---|
19 | do-build:
|
---|
20 | cd ${WRKSRC} && ${MAKE} lvrouted
|
---|
21 |
|
---|
22 | do-install:
|
---|
23 | ${INSTALL_PROGRAM} ${WRKSRC}/lvrouted ${STAGEDIR}${PREFIX}/sbin/lvrouted
|
---|
24 |
|
---|
25 | .include <bsd.port.mk>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.