1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/comms/hcidump/Makefile
Pav Lucistnik 553e7ddf4a Add hcidump, utility similar to tcpdump, but operating on Bluetooth stack.
This was ported to FreeBSD by emax and neglected by ports people for too long.
2004-12-10 20:10:22 +00:00

34 lines
691 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
CATEGORIES= comms sysutils
MASTER_SITES= http://www.geocities.com/m_evmenkin/
MAINTAINER= pav@FreeBSD.org
COMMENT= Bluetooth traffic dumper, similar to tcpdump
WRKSRC= ${WRKDIR}/${PORTNAME}
MAN1= hcidump.1
MANCOMPRESSED= yes
PLIST_FILES= bin/hcidump
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 502000
IGNORE= it needs Bluetooth stack (FreeBSD 5.2 or newer)
.endif
.if ${OSVERSION} < 502121
# libbluetooth is only installed on i386 before this version
ONLY_FOR_ARCHS= i386
.endif
.include <bsd.port.post.mk>