2013-03-11 07:35:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.11 2013/03/11 11:35:46 espie Exp $
|
2008-07-20 05:40:13 -04:00
|
|
|
|
|
|
|
COMMENT = pcap-based DNS query monitor
|
|
|
|
|
2012-11-29 09:08:51 -05:00
|
|
|
DISTNAME = dnstop-20121017
|
2008-07-20 05:40:13 -04:00
|
|
|
CATEGORIES = net
|
|
|
|
|
|
|
|
MAINTAINER = Stuart Henderson <sthen@openbsd.org>
|
|
|
|
|
|
|
|
# 3-clause BSD
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
2011-01-14 03:23:21 -05:00
|
|
|
WANTLIB += c ncurses pcap
|
2008-07-20 05:40:13 -04:00
|
|
|
|
2012-10-05 15:04:45 -04:00
|
|
|
CONFIGURE_STYLE = gnu
|
2008-07-20 05:40:13 -04:00
|
|
|
|
|
|
|
HOMEPAGE = http://dns.measurement-factory.com/tools/dnstop/
|
|
|
|
MASTER_SITES = ${HOMEPAGE}src/
|
|
|
|
|
2013-03-11 07:35:43 -04:00
|
|
|
NO_TEST = Yes
|
2008-07-20 05:40:13 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|