bbc8c4d740
Approved by: portmgr (not really, but touches unstaged ports)
17 lines
352 B
Makefile
17 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>
|