2015-04-27 22:33:38 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= passivedns
|
2015-05-12 13:57:57 +02:00
|
|
|
DISTVERSION= 1.1.3-60
|
2017-03-03 05:12:20 +01:00
|
|
|
PORTREVISION= 1
|
2015-05-12 16:41:09 +02:00
|
|
|
DISTVERSIONSUFFIX= -ga6c7e26
|
2015-04-27 22:33:38 +02:00
|
|
|
CATEGORIES= security
|
|
|
|
|
|
|
|
MAINTAINER= shadowbq@gmail.com
|
|
|
|
COMMENT= Network sniffer that logs DNS replies for use in passive DNS setups
|
|
|
|
|
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
LIB_DEPENDS= libldns.so:dns/ldns
|
2015-04-27 22:33:38 +02:00
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= gamelinux
|
|
|
|
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
|
|
|
|
USES= autoreconf gmake libtool
|
|
|
|
GNU_CONFIGURE= yes
|
2015-05-12 13:57:57 +02:00
|
|
|
CONFIGURE_ARGS= --with-ldns-includes=${LOCALBASE}/include \
|
|
|
|
--with-ldns-libraries=${LOCALBASE}/lib
|
2015-04-27 22:33:38 +02:00
|
|
|
|
|
|
|
USE_RC_SUBR= passivedns
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/passivedns \
|
|
|
|
${STAGEDIR}${PREFIX}/bin
|
|
|
|
${MKDIR} ${STAGEDIR}/var/log/passivedns
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|