opnsense-ports/net/sie-nmsg/Makefile
2022-09-07 22:33:21 +02:00

23 lines
510 B
Makefile

PORTNAME= sie-nmsg
PORTVERSION= 1.2.1
PORTREVISION= 2
CATEGORIES= net dns
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight
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= gmake libtool pathfix pkgconfig
INSTALL_TARGET= install-strip
.include <bsd.port.mk>