aboutsummaryrefslogtreecommitdiff
path: root/net/libbgpdump
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2014-07-20 21:19:04 +0000
committerKurt Jaeger <pi@FreeBSD.org>2014-07-20 21:19:04 +0000
commit3f8883b8200ebd15db80eb0ee85c9ee3409de2d7 (patch)
treebdf6218ad105157954feec85a1ea85578aa87d95 /net/libbgpdump
parent16b962ced9d9d4f295293044999febfe582ac529 (diff)
Notes
Diffstat (limited to 'net/libbgpdump')
-rw-r--r--net/libbgpdump/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/libbgpdump/Makefile b/net/libbgpdump/Makefile
index 4f881e8b1eab..f09c100ce33b 100644
--- a/net/libbgpdump/Makefile
+++ b/net/libbgpdump/Makefile
@@ -3,6 +3,7 @@
PORTNAME= libbgpdump
PORTVERSION= 1.4.99.13
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.ris.ripe.net/source/bgpdump/
EXTRACT_SUFX= .tgz
@@ -14,12 +15,14 @@ LICENSE= GPLv2
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
+USE_GCC= any
OPTIONS_DEFINE= DOCS EXAMPLES
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/bgpdump ${STAGEDIR}${PREFIX}/bin
@${INSTALL_DATA} ${WRKSRC}/libbgpdump.* ${STAGEDIR}${PREFIX}/lib
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libbgpdump.so
.for i in bgpdump_attr.h bgpdump_formats.h bgpdump_lib.h
@${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/include
.endfor