1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/net/babeld/Makefile
Raphael Kubo da Costa 1160e224fa Update to 1.5.0.
PR:		191268
Submitted by:	gaod@hychen.org (maintainer)
2014-06-22 18:47:48 +00:00

24 lines
532 B
Makefile

# Created by: Hung-Yi Chen <gaod@hychen.org>
# $FreeBSD$
PORTNAME= babeld
PORTVERSION= 1.5.0
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>