opnsense-ports/security/passivedns/Makefile
Franco Fichtner 9951c63c8e */*: sync with upstream
Taken from: FreeBSD
2017-03-04 11:00:52 +01:00

33 lines
674 B
Makefile

# $FreeBSD$
PORTNAME= passivedns
DISTVERSION= 1.1.3-60
PORTREVISION= 1
DISTVERSIONSUFFIX= -ga6c7e26
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
USE_GITHUB= yes
GH_ACCOUNT= gamelinux
SUB_FILES= pkg-message
USES= autoreconf gmake libtool
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ldns-includes=${LOCALBASE}/include \
--with-ldns-libraries=${LOCALBASE}/lib
USE_RC_SUBR= passivedns
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/passivedns \
${STAGEDIR}${PREFIX}/bin
${MKDIR} ${STAGEDIR}/var/log/passivedns
.include <bsd.port.mk>