diff options
author | Renato Botelho <garga@FreeBSD.org> | 2009-05-09 20:04:27 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2009-05-09 20:04:27 +0000 |
commit | 8e3b4dbb22e755056d5d545c4080748b860a17c7 (patch) | |
tree | c012990c9ce95f3c98d482d926cfdc0dd18fe532 /sysutils/b43-fwcutter/Makefile | |
parent | 1475a09493508d08fe72393769d14468d7d0c2b7 (diff) | |
download | ports-8e3b4dbb22e755056d5d545c4080748b860a17c7.tar.gz ports-8e3b4dbb22e755056d5d545c4080748b860a17c7.zip |
b43-fwcutter is a tool which can extract firmware from various BCM43xx drivers.
WWW: http://bcm43xx.berlios.de/
PR: ports/134372
Submitted by: swhetzel at gmail.com
Notes
Notes:
svn path=/head/; revision=233554
Diffstat (limited to 'sysutils/b43-fwcutter/Makefile')
-rw-r--r-- | sysutils/b43-fwcutter/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sysutils/b43-fwcutter/Makefile b/sysutils/b43-fwcutter/Makefile new file mode 100644 index 000000000000..d8d6fccd1e68 --- /dev/null +++ b/sysutils/b43-fwcutter/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: b43-fwcutter +# Date created: 7 May 2009 +# Whom: swhetzel@gmail.com +# +# $FreeBSD$ +# + +PORTNAME= b43-fwcutter +PORTVERSION= 011 +CATEGORIES= sysutils +MASTER_SITES= http://bu3sch.de/b43/fwcutter/ + +MAINTAINER= swhetzel@gmail.com +COMMENT= Extracts firmware for Broadcom Wireless adapters + +USE_BZIP2= yes + +MAN1= b43-fwcutter.1 +PLIST_FILES= bin/b43-fwcutter + +.include <bsd.port.mk> |