mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
b8d22f1f31
- add USE_GMAKE because it's now doesn't builds with make(1) - remove files/patch-fwcutter.c[h] that was applied upstream - remove firmware sample from fwcutter_list.h, that was added upstream Notes: - patch from original PR didn't applied. I asked submitter to fix it, but never got any response (for some reason my request didn't found it's way into audit trail) - maintainer also timeouts - i'm successfully using this version of fwcutter for about a month now and rebuilded my firmware kmod several times w/o any problems PR: 162013 Submitted by: Kurt Jaeger <fbsd-ports at opsec dot eu> Approved by: maintainer (timeout, 1 month+), novel (mentor, implicit)
23 lines
428 B
Makefile
23 lines
428 B
Makefile
# New ports collection makefile for: b43-fwcutter
|
|
# Date created: 7 May 2009
|
|
# Whom: 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
|
|
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
|
|
MAN1= b43-fwcutter.1
|
|
PLIST_FILES= bin/b43-fwcutter
|
|
|
|
.include <bsd.port.mk>
|