mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
b3c99bcbec
PR: ports/158784 Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer) Approved by: bapt (mentor, implicit)
21 lines
382 B
Makefile
21 lines
382 B
Makefile
# New ports collection makefile for: babeld
|
|
# Date created: 2010-04-20
|
|
# Whom: Hung-Yi Chen <gaod@hychen.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= babeld
|
|
PORTVERSION= 1.1.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.pps.jussieu.fr/~jch/software/files/
|
|
|
|
MAINTAINER= gaod@hychen.org
|
|
COMMENT= A distance-vector routing protocol
|
|
|
|
PLIST_FILES= bin/babeld
|
|
|
|
MAN8= babeld.8
|
|
|
|
.include <bsd.port.mk>
|