aboutsummaryrefslogtreecommitdiffstats
path: root/comms/hcidump/Makefile
blob: b24e78131c521fe2b0405dcd27ad4129cd5e622b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    hcidump
# Date created:             10 Dec 2004
# Whom:                 Pav Lucistnik <pav@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   hcidump
PORTVERSION=    1.5.1
CATEGORIES= comms sysutils
MASTER_SITES=   http://bsd-geek.de/FreeBSD/distfiles/

MAINTAINER= pav@FreeBSD.org
COMMENT=    Bluetooth traffic dumper, similar to tcpdump

LICENSE=    GPLv2

WRKSRC=     ${WRKDIR}/${PORTNAME}

MAN1=       hcidump.1
MANCOMPRESSED=  yes
PLIST_FILES=    bin/hcidump

.include <bsd.port.mk>