aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/bgpuma/Makefile
blob: ff936147874c191d787fa5be966c070b0eeed3e8 (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

PORTNAME=	bgpuma
PORTVERSION=	20151209
PORTREVISION=	1
CATEGORIES=	net-mgmt

MAINTAINER=	pi@FreeBSD.org
COMMENT=	Searching BGP update files

LICENSE=	BSD2CLAUSE

LIB_DEPENDS=	libbgpdump.so:net/libbgpdump \
		libsilk.so:security/silktools

USES=		autoreconf libtool
USE_GITHUB=	yes
GH_ACCOUNT=	cmu-sei
GH_TAGNAME=	a29b2a7
GNU_CONFIGURE=	yes
CFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib
PLIST_FILES=	bin/bgpuma man/man1/bgpuma.1.gz

.include <bsd.port.mk>