aboutsummaryrefslogtreecommitdiffstats
path: root/net/babeld/Makefile
blob: d4bf7354ab1ae29281a510e04a6994cc3842a410 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Hung-Yi Chen <gaod@hychen.org>
# $FreeBSD$

PORTNAME=   babeld
PORTVERSION=    1.5.1
CATEGORIES= net
MASTER_SITES=   http://www.pps.univ-paris-diderot.fr/~jch/software/files/

MAINTAINER= gaod@hychen.org
COMMENT=    Distance-vector routing protocol

LICENSE=    MIT

MAKE_ARGS=  CDEBUGFLAGS="-O2 -g -Wall"

PLIST_FILES=    bin/babeld \
        man/man8/babeld.8.gz

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/babeld ${STAGEDIR}${PREFIX}/bin/
    ${INSTALL_MAN} ${WRKSRC}/babeld.man ${STAGEDIR}${PREFIX}/man/man8/babeld.8

.include <bsd.port.mk>