freebsd-ports/comms/bluez-firmware/Makefile
Edwin Groothuis aa6fbc1bb5 New port: comms/bluez-firmware Firmware for the D-Link BCM2033 bluetooth
Firmware for the Broadcom BCM2033 chip based Bluetooth USB
	devices. To be downloaded with bcmfw(1). The ubtbcmfw(4)
	and ng_ubt(4) kernel modules need to be installed.

PR:		ports/115036
Submitted by:	Dirk-Willem van Gulik <dirkx@joost.com>
2007-09-06 04:50:54 +00:00

22 lines
474 B
Makefile

# New ports collection makefile for: bluez-firmware
# Date created: 30 July 2007
# Whom: dirkx@webweaving.org
#
# $FreeBSD$
#
PORTNAME= bluez-firmware
PORTVERSION= 1.2
CATEGORIES= comms kld
MASTER_SITES= http://bluez.sourceforge.net/download/
MAINTAINER= dirkx@joost.com
COMMENT= Firmware for the D-Link BCM2033 bluetooth adaptor for use by bcmfw(1)
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--prefix=${PREFIX}
post-install:
@${CAT} pkg-message
.include <bsd.port.mk>