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 | af3c4e3325e1529d4485ff0395939092e22482c4 (patch) | |
tree | 8db4fc38a1c40b589c020e3d91512fa6ab9e5aa9 /sysutils | |
parent | 2eac6f074dc56a853137467666a8444053225d08 (diff) | |
download | pkgsrc-af3c4e3325e1529d4485ff0395939092e22482c4.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')
-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 |