# New ports collection makefile for: hcidump # Date created: 10 Dec 2004 # Whom: Pav Lucistnik # # $FreeBSD$ # PORTNAME= hcidump PORTVERSION= 1.5.1 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 .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 .if ${OSVERSION} <= 700011 EXTRA_PATCHES= files/timet.patch .endif .include it' href='https://www.csie.ntu.edu.tw/~b01902062/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Note that the filtering is currently made on a per vhost basisale2004-10-223-4/+3
* Update website URL.ale2004-10-221-1/+1
* Update to 3.0 release.ale2004-10-224-13/+16
* Add size data, approved by maintainers.trevor2004-03-191-0/+1
* Switch to my @FreeBSD.org email address.ale2004-01-182-2/+2
* Use the new Apache bits from bsd.port.mk.marcus2003-11-071-5/+1
* Update to 2.0.nork2003-09-30