mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
fa942875e4
1.3.1: * Fix to a test 1.3.0: * Amend proto files to specify syntax version * Change format of unknown rrtypes in JSON output * Depend on libnmsg8 >= 1.0.0 for 0mq migration Fetch from GitHub. Sponsored by: DomainTools LLC
25 lines
514 B
Makefile
25 lines
514 B
Makefile
PORTNAME= sie-nmsg
|
|
PORTVERSION= 1.3.1
|
|
PORTREVISION= 0
|
|
CATEGORIES= net dns
|
|
|
|
MAINTAINER= truckman@FreeBSD.org
|
|
COMMENT= SIE message module plugin for libnmsg
|
|
WWW= https://github.com/farsightsec/sie-nmsg
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
|
|
|
LIB_DEPENDS= libprotobuf-c.so:devel/protobuf-c \
|
|
libnmsg.so:net/nmsg \
|
|
libwdns.so:dns/wdns
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= autoreconf gmake libtool pathfix pkgconfig
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= farsightsec
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|