74cb9eff53
be generated or checked, and will be silently ignored for now. Also, generalize the MD5_FILE macro to DISTINFO_FILO. PR: 149657 Submitted by: rene Approved by: portmgr Tested on: pointyhat i386 7-exp
30 lines
743 B
Makefile
30 lines
743 B
Makefile
# New ports collection makefile for: iwi-firmware-kmod
|
|
# Date created: Mar 16 2006
|
|
# Whom: Florent Thoumie <flz@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= iwi-firmware
|
|
PORTREVISION= 3
|
|
CATEGORIES= net sysutils kld
|
|
|
|
MAINTAINER= flz@FreeBSD.org
|
|
COMMENT= Intel PRO/Wireless 2200 Firmware Kernel Module
|
|
|
|
MASTERDIR= ${.CURDIR}/../ipw-firmware-kmod
|
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
DRIVERNAME= iwi
|
|
FWVERSION= 3.0
|
|
FWNAME= ipw2200-fw-${FWVERSION}
|
|
FIRMWARES= ${FWNAME}/ipw2200-bss.fw:${DRIVERNAME}_bss \
|
|
${FWNAME}/ipw2200-ibss.fw:${DRIVERNAME}_ibss \
|
|
${FWNAME}/ipw2200-sniffer.fw:${DRIVERNAME}_monitor \
|
|
|
|
MIN6OSVERSION= 601102
|
|
MIN7OSVERSION= 700014
|
|
|
|
.include "${MASTERDIR}/Makefile"
|