1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/security/passivedns/Makefile
Jan Beich cd20e720d5 security/passivedns: restore consistency in snapshot naming after r386136
Pass git-describe(1) output to github API as is. This changes
fetch url, checksum and WRKSRC but the content remains the same.

Tested by:	diff -urN
Submitted by:	mat
Approved by:	mat's portmgr hat
2015-05-12 14:41:09 +00:00

33 lines
670 B
Makefile

# $FreeBSD$
PORTNAME= passivedns
DISTVERSION= 1.1.3-60
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:${PORTSDIR}/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>