openbsd-ports/net/dnstop/Makefile

28 lines
546 B
Makefile
Raw Normal View History

2010-11-19 17:31:32 -05:00
# $OpenBSD: Makefile,v 1.5 2010/11/19 22:31:32 espie Exp $
COMMENT = pcap-based DNS query monitor
DISTNAME = dnstop-20090128
REVISION = 0
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
2010-11-19 17:31:32 -05:00
USE_GROFF = Yes
CONFIGURE_STYLE = gnu dest
HOMEPAGE = http://dns.measurement-factory.com/tools/dnstop/
MASTER_SITES = ${HOMEPAGE}src/
NO_REGRESS = Yes
.include <bsd.port.mk>