blob: 2a7c9e04d9eeba11661911a4a42c610d5d179a3c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Pav Lucistnik <pav@FreeBSD.org>
# $FreeBSD$
PORTNAME= hcidump
PORTVERSION= 1.5.1
CATEGORIES= comms sysutils
MASTER_SITES= http://bsd-geek.de/FreeBSD/distfiles/
MAINTAINER= ports@FreeBSD.org
COMMENT= Bluetooth traffic dumper, similar to tcpdump
LICENSE= GPLv2
WRKSRC= ${WRKDIR}/${PORTNAME}
MAN1= hcidump.1
MANCOMPRESSED= yes
PLIST_FILES= bin/hcidump
NO_STAGE= yes
.include <bsd.port.mk>
|