mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
1277935b6f
and also is referenced in the FreeBSD Handbook. Add license (GPLv2) while I am here. Requested by: emax
25 lines
470 B
Makefile
25 lines
470 B
Makefile
# 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>
|