1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/net/iwi-firmware/Makefile
Florent Thoumie 3e8a71e6d4 - Install firmware files in /boot/firmware [1].
- Rename LICENSE to LICENSE.${DRIVERNAME}.
- Don't install ${DRIVERNAME}control(8) on fresh -CURRENT (> 700006).
- Use USE_RCORDER and change REQUIRE/BEFORE lines in startup scripts accordingly.
- Move everything to /usr prefix so that people can mount /usr/local via NFS.
- Add a message saying that kernel module is based on a very old snapshot.
- Reword IGNORE lines.

PR:		ports/90022 [1]
Requested by:	sem, Thomas Hurst <tom@hur.st> [1]
2005-12-11 18:00:33 +00:00

36 lines
991 B
Makefile

# New ports collection makefile for: iwi-firmware
# Date created: Jun 11 2005
# Whom: Florent Thoumie <flz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= iwi-firmware
RELNAME= ipw2200
PORTVERSION= 2.4
PORTREVISION= 1
CATEGORIES= net sysutils
MAINTAINER= flz@FreeBSD.org
COMMENT= Intel PRO/Wireless 2200 Driver Firmware
MASTERDIR= ${.CURDIR}/../ipw-firmware
MD5_FILE= ${.CURDIR}/distinfo
PLIST= ${.CURDIR}/pkg-plist
DESCR= ${.CURDIR}/pkg-descr
FILESDIR= ${.CURDIR}/files
DRIVERNAME= iwi
DRIVERVERSION= 1.3.4
FIRMWARES= ipw-${PORTVERSION}-boot.fw:${DRIVERNAME}-boot.fw \
ipw-${PORTVERSION}-bss.fw:${DRIVERNAME}-bss.fw \
ipw-${PORTVERSION}-bss_ucode.fw:${DRIVERNAME}-ucode-bss.fw \
ipw-${PORTVERSION}-ibss.fw:${DRIVERNAME}-ibss.fw \
ipw-${PORTVERSION}-ibss_ucode.fw:${DRIVERNAME}-ucode-ibss.fw \
ipw-${PORTVERSION}-sniffer.fw:${DRIVERNAME}-sniffer.fw \
ipw-${PORTVERSION}-sniffer_ucode.fw:${DRIVERNAME}-ucode-sniffer.fw
MIN7OSVERSION= 700006
.include "${MASTERDIR}/Makefile"