freebsd-ports/net/libbgpdump/Makefile
Sylvio Cesar Teixeira 2f9ef6e7e1 - Update to 1.4.99.11
Approved by:	miwi (mentor)
2010-03-19 23:24:08 +00:00

26 lines
551 B
Makefile

# ex:ts=8
# Ports collection makefile for: libbgpdump
# Date created: Jan 8, 2007
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libbgpdump
PORTVERSION= 1.4.99.11
CATEGORIES= net
MASTER_SITES= http://www.ris.ripe.net/source/
MAINTAINER= ports@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>