f2f317a572
ok sthen@ (Maintainer)
26 lines
515 B
Makefile
26 lines
515 B
Makefile
# $OpenBSD: Makefile,v 1.10 2012/11/29 14:08:51 giovanni 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
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
WANTLIB += c ncurses pcap
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
HOMEPAGE = http://dns.measurement-factory.com/tools/dnstop/
|
|
MASTER_SITES = ${HOMEPAGE}src/
|
|
|
|
NO_REGRESS = Yes
|
|
|
|
.include <bsd.port.mk>
|