mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
27 lines
567 B
Makefile
27 lines
567 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: libbgpdump
|
|
# Date created: Jan 8, 2007
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libbgpdump
|
|
PORTVERSION= 1.4.99.8
|
|
PORTREVISION= 0
|
|
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>
|