cd83c1fa1a
- Fix MASTER_SITES so they point to the correct distfile location and thus actually unbreak the fetch - Define LICENSE (BSD2CLAUSE), reword COMMENT and port description - Enable verbose build so we have useful logs for debugging - Remove useless and bogus hunk from the patch: DESTDIR should not be a part of PREFIX and is already respected during installation - Take maintainership for the time being: unfortunately, Scot has not been using FreeBSD lately Approved by: previous maintainer
23 lines
434 B
Makefile
23 lines
434 B
Makefile
# Created by: Scot Hetzel <swhetzel@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= b43-fwcutter
|
|
PORTVERSION= 019
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://bues.ch/b43/fwcutter/
|
|
|
|
MAINTAINER= danfe@FreeBSD.org
|
|
COMMENT= Firmware extractor for Broadcom wireless adapters
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gmake tar:bzip2
|
|
|
|
MAKE_ARGS= V=1
|
|
|
|
PLIST_FILES= bin/b43-fwcutter \
|
|
man/man1/b43-fwcutter.1.gz
|
|
|
|
.include <bsd.port.mk>
|