a829765073
resolver; patched here to use REFUSED). from Stephan Rickauer, thanks!
26 lines
515 B
Makefile
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>
|