91f7ae8a4d
* Added "qtype-any" filter for displaying ANY queries which are now fashionable in DNS based attacks. * Anand Buddhev pointed out that LDFLAGS= is missing from Makefile.in. Also updated known_tlds.h. While here dest and GROFF is not needed. Ok sthen@ (maintainer)
26 lines
513 B
Makefile
26 lines
513 B
Makefile
# $OpenBSD: Makefile,v 1.9 2012/10/05 19:04:45 gonzalo Exp $
|
|
|
|
COMMENT = pcap-based DNS query monitor
|
|
|
|
DISTNAME = dnstop-20120611
|
|
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 ncurses pcap
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
HOMEPAGE = http://dns.measurement-factory.com/tools/dnstop/
|
|
MASTER_SITES = ${HOMEPAGE}src/
|
|
|
|
NO_REGRESS = Yes
|
|
|
|
.include <bsd.port.mk>
|