blob: 91810f258c2feb3cc8b2884c86ac691a642dcb8d (
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
25
26
27
28
29
30
31
32
33
34
35
36
37
|
PORTNAME= passivedns
DISTVERSION= 1.2.1-25
DISTVERSIONSUFFIX= -gb438a30
CATEGORIES= security
MAINTAINER= shadowbq@gmail.com
COMMENT= Network sniffer that logs DNS replies for use in passive DNS setups
LICENSE= GPLv2
LIB_DEPENDS= libldns.so:dns/ldns
USES= autoreconf gmake libtool
USE_GITHUB= yes
GH_ACCOUNT= gamelinux
USE_RC_SUBR= passivedns
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ldns-includes=${LOCALBASE}/include \
--with-ldns-libraries=${LOCALBASE}/lib
SUB_FILES= pkg-message
OPTIONS_DEFINE= JSON
OPTIONS_DEFAULT= JSON
JSON_LIB_DEPENDS= libjansson.so:devel/jansson
JSON_CONFIGURE_ENABLE= json
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/passivedns \
${STAGEDIR}${PREFIX}/bin
${MKDIR} ${STAGEDIR}/var/log/passivedns
.include <bsd.port.mk>
|