summaryrefslogtreecommitdiff
path: root/net/sie-nmsg/Makefile
blob: 6fb9f0338789a232b22e5ed13dfbd450dcc5111c (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=	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>