openbsd-ports/net/dnstop/Makefile

23 lines
429 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.11 2013/03/11 11:35:46 espie Exp $
COMMENT = pcap-based DNS query monitor
DISTNAME = dnstop-20121017
CATEGORIES = net
MAINTAINER = Stuart Henderson <sthen@openbsd.org>
# 3-clause BSD
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c ncurses pcap
CONFIGURE_STYLE = gnu
HOMEPAGE = http://dns.measurement-factory.com/tools/dnstop/
MASTER_SITES = ${HOMEPAGE}src/
2013-03-11 07:35:43 -04:00
NO_TEST = Yes
.include <bsd.port.mk>