18feddf203
Submitted by: Weongyo Jeong Feature safe: yes
22 lines
413 B
Makefile
22 lines
413 B
Makefile
# New ports collection makefile for: b43-fwcutter
|
|
# Date created: 7 May 2009
|
|
# Whom: swhetzel@gmail.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= b43-fwcutter
|
|
PORTVERSION= 012
|
|
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>
|