2012-03-11 10:07:00 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.8 2012/03/11 14:07:00 sthen Exp $
|
2008-07-20 05:40:13 -04:00
|
|
|
|
|
|
|
COMMENT = pcap-based DNS query monitor
|
|
|
|
|
2012-03-11 10:07:00 -04:00
|
|
|
DISTNAME = dnstop-20110502
|
2008-07-20 05:40:13 -04:00
|
|
|
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
|
|
|
|
|
2011-01-14 03:23:21 -05:00
|
|
|
WANTLIB += c ncurses pcap
|
2008-07-20 05:40:13 -04:00
|
|
|
|
2010-11-19 17:31:32 -05:00
|
|
|
USE_GROFF = Yes
|
2008-07-20 05:40:13 -04:00
|
|
|
CONFIGURE_STYLE = gnu dest
|
|
|
|
|
|
|
|
HOMEPAGE = http://dns.measurement-factory.com/tools/dnstop/
|
|
|
|
MASTER_SITES = ${HOMEPAGE}src/
|
|
|
|
|
|
|
|
NO_REGRESS = Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|