blob: e9b400c6cc58b5c7bb86af3cd8ecb6d14091d4c0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# ex:ts=8
# Ports collection makefile for: libbgpdump
# Date created: Jan 8, 2007
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libbgpdump
PORTVERSION= 1.4.99.7
CATEGORIES= net
MASTER_SITES= http://www.ris.ripe.net/source/
MAINTAINER= ijliao@FreeBSD.org
COMMENT= Analyzing dump files produced by Zebra/Quagga or MRT
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/bgpdump ${PREFIX}/bin
@${INSTALL_DATA} ${WRKSRC}/libbgpdump.* ${PREFIX}/lib
@${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include
.include <bsd.port.mk>
|