diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-23 18:20:40 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-23 18:20:40 +0000 |
commit | afd24a2f7bb71711a4cb70e2217a1373bf1c4bf7 (patch) | |
tree | 0b61f6875968458fb89fa7c817a0408bd5d015c4 /net/babeld/Makefile | |
parent | 04d6e244af74b3eb8d4ac7171f3f9b3480cf2492 (diff) | |
download | ports-afd24a2f7bb71711a4cb70e2217a1373bf1c4bf7.tar.gz ports-afd24a2f7bb71711a4cb70e2217a1373bf1c4bf7.zip |
Notes
Diffstat (limited to 'net/babeld/Makefile')
-rw-r--r-- | net/babeld/Makefile | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/net/babeld/Makefile b/net/babeld/Makefile index 9ac23d380eb4..3da455cc2c73 100644 --- a/net/babeld/Makefile +++ b/net/babeld/Makefile @@ -2,16 +2,22 @@ # $FreeBSD$ PORTNAME= babeld -PORTVERSION= 1.4.2 +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 -PLIST_FILES= bin/babeld +LICENSE= MIT -MAN8= babeld.8 +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 -NO_STAGE= yes .include <bsd.port.mk> |