pkgsrc/sysutils/hcidump/Makefile
salo 5d435ece85 Initial import of hcidump-1.5.1: Bluetooth traffic dumper, similar to tcpdump
hcidump reads raw HCI data coming from and going to a Bluetooth device
and prints to screen commands, events and data in a human-readable form.
Optionally, the dump can be written to a file rather than parsed, and
the dump file can be parsed in a subsequent moment.

NetBSD support added and packaged by Iain D. Hibbert, via pkgsrc-wip.
2006-07-25 16:28:47 +00:00

17 lines
418 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/07/25 16:28:47 salo Exp $
DISTNAME= hcidump-1.5.1
CATEGORIES= sysutils
MASTER_SITES= http://www.geocities.com/m_evmenkin/
MAINTAINER= plunky@rya-online.net
COMMENT= Bluetooth traffic dumper, similar to tcpdump
ONLY_FOR_PLATFORM= NetBSD-[4-9].*-* \
NetBSD-3.99.[2-9][0-9]-*
WRKSRC= ${WRKDIR}/hcidump
INSTALLATION_DIRS= ${PKGMANDIR}/man1
.include "../../mk/bsd.pkg.mk"