mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
bbc8c4d740
Approved by: portmgr (not really, but touches unstaged ports)
18 lines
352 B
Makefile
18 lines
352 B
Makefile
# Created by: swhetzel@gmail.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= b43-fwcutter
|
|
PORTVERSION= 015
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://bu3sch.de/b43/fwcutter/
|
|
|
|
MAINTAINER= swhetzel@gmail.com
|
|
COMMENT= Extracts firmware for Broadcom Wireless adapters
|
|
|
|
USES= gmake tar:bzip2
|
|
|
|
PLIST_FILES= bin/b43-fwcutter \
|
|
man/man1/b43-fwcutter.1.gz
|
|
|
|
.include <bsd.port.mk>
|