1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/net/babeld/Makefile
Sunpoet Po-Chuan Hsieh afd24a2f7b - Update to 1.4.3
- While I'm here:
  - Add LICENSE
  - Strip binary executable
  - Support STAGEDIR

Changes:	http://git.wifi.pps.univ-paris-diderot.fr/?p=babeld.git;a=blob;f=CHANGES
PR:		ports/184198
Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
2013-11-23 18:20:40 +00:00

24 lines
532 B
Makefile

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