diff options
author | plunky <plunky@pkgsrc.org> | 2006-12-12 19:40:24 +0000 |
---|---|---|
committer | plunky <plunky@pkgsrc.org> | 2006-12-12 19:40:24 +0000 |
commit | a191a8049888b4484d74fd4af3bcdc069a7b7d5f (patch) | |
tree | 8db4fc38a1c40b589c020e3d91512fa6ab9e5aa9 /sysutils/bcmfw | |
parent | d61ce45419854873c7fbc7c2016c8a72e2ca3aee (diff) | |
download | pkgsrc-a191a8049888b4484d74fd4af3bcdc069a7b7d5f.tar.gz |
sysutils/bcmfw
Because the firmware files do not strictly fall into the Free or
Open Source camps as explained in the Pkgsrc guide section 18.1.4,
introduce a bcmfw-license.
Also, because the licensing terms for the firmware files are not
especially clear, add NO_BIN_ON_* so that we don't distribute them
in an unapproved format.
prompted by gdt@
Diffstat (limited to 'sysutils/bcmfw')
-rw-r--r-- | sysutils/bcmfw/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/bcmfw/Makefile b/sysutils/bcmfw/Makefile index 6a59b24cab9..bbaba2f0552 100644 --- a/sysutils/bcmfw/Makefile +++ b/sysutils/bcmfw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/12/07 20:30:48 plunky Exp $ +# $NetBSD: Makefile,v 1.2 2006/12/12 19:40:24 plunky Exp $ DISTNAME= bcmfw-1.0 CATEGORIES= sysutils @@ -11,6 +11,12 @@ SITES.bluez-firmware-1.2.tar.gz= \ MAINTAINER= plunky@rya-online.net COMMENT= Broadcom 2033 Bluetooth Firmware Loader +LICENSE= bcmfw-license + +RESTRICTED= No clear permission redistribute firmware +NO_BIN_ON_FTP= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} + ONLY_FOR_PLATFORM= NetBSD-[4-9].*-* RCD_SCRIPTS+= bcmfw |