1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00
2024-02-26 21:22:13 +01:00

26 lines
556 B
Makefile

PORTNAME= bgpuma
PORTVERSION= 20151209
PORTREVISION= 2
CATEGORIES= net-mgmt
MAINTAINER= pi@FreeBSD.org
COMMENT= Searching BGP update files
WWW= https://github.com/cmu-sei/bgpuma
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
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PLIST_FILES= bin/bgpuma share/man/man1/bgpuma.1.gz
.include <bsd.port.mk>