tpwireless sets the magic bit in an IBM Thinkpad's BIOS to disable checking of a MiniPCI wireless NIC's PCI IDs against the inbuilt list of allowed ones. This allows one to use a non-IBM authorised NIC in a Thinkpad. "looks fine" jolan@
30 lines
591 B
Makefile
30 lines
591 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2004/10/04 01:09:08 djm Exp $
|
|
|
|
COMMENT= "Set IBM Thinkpad BIOS bit to disable Wireless NIC ID check"
|
|
|
|
PKGNAME= tpwireless-0.1
|
|
CATEGORIES= misc
|
|
DISTFILES=
|
|
|
|
# ISC
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
NO_CHECKSUM= Yes
|
|
WRKDIST= ${WRKDIR}
|
|
|
|
FAKE_FLAGS= BINDIR="${PREFIX}/bin" DESTDIR="${WRKINST}"
|
|
MAKE_ENV= CC="${CC}"
|
|
|
|
# Just link the contained source files into the build environment
|
|
post-extract:
|
|
@lndir ${.CURDIR}/src ${WRKDIR}
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|