diff options
Diffstat (limited to 'comms/hcidump/Makefile')
-rw-r--r-- | comms/hcidump/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/comms/hcidump/Makefile b/comms/hcidump/Makefile new file mode 100644 index 000000000000..b24e78131c52 --- /dev/null +++ b/comms/hcidump/Makefile @@ -0,0 +1,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> |