openbsd-ports/net/dnstop/Makefile
sthen a829765073 update dnstop to 20090128 (which wants ns_r_refused from BIND 9's
resolver; patched here to use REFUSED).

from Stephan Rickauer, thanks!
2009-08-26 08:36:03 +00:00

26 lines
515 B
Makefile

# $OpenBSD: Makefile,v 1.2 2009/08/26 08:36:03 sthen Exp $
COMMENT = pcap-based DNS query monitor
DISTNAME = dnstop-20090128
CATEGORIES = net
MAINTAINER = Stuart Henderson <sthen@openbsd.org>
# 3-clause BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB += c curses pcap
CONFIGURE_STYLE = gnu dest
HOMEPAGE = http://dns.measurement-factory.com/tools/dnstop/
MASTER_SITES = ${HOMEPAGE}src/
NO_REGRESS = Yes
.include <bsd.port.mk>