diff --git a/security/passivedns/Makefile b/security/passivedns/Makefile index 73b5875cecf5..458f085bda65 100644 --- a/security/passivedns/Makefile +++ b/security/passivedns/Makefile @@ -1,31 +1,38 @@ PORTNAME= passivedns DISTVERSION= 1.2.1-22 DISTVERSIONSUFFIX= -gd757713 +PORTREVISION= 1 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 SUB_FILES= pkg-message GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ldns-includes=${LOCALBASE}/include \ --with-ldns-libraries=${LOCALBASE}/lib USE_RC_SUBR= passivedns +OPTIONS_DEFINE= JSON +OPTIONS_DEFAULT= JSON + +JSON_CONFIGURE_ENABLE= json +JSON_LIB_DEPENDS= libjansson.so:devel/jansson + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/passivedns \ ${STAGEDIR}${PREFIX}/bin ${MKDIR} ${STAGEDIR}/var/log/passivedns .include