28 lines
496 B
Makefile
Raw Normal View History

2013-03-11 11:20:26 +00:00
# $OpenBSD: Makefile,v 1.6 2013/03/11 11:23:58 espie Exp $
COMMENT= Set IBM Thinkpad BIOS bit to disable Wireless NIC ID check
PKGNAME= tpwireless-0.2
CATEGORIES= misc
DISTFILES=
# ISC
PERMIT_PACKAGE_CDROM= Yes
2004-12-22 11:48:32 +00:00
WANTLIB= c
ONLY_FOR_ARCHS= i386
NO_CHECKSUM= Yes
WRKDIST= ${WRKDIR}
FAKE_FLAGS= BINDIR="${PREFIX}/bin"
MAKE_ENV= CC="${CC}"
# Just link the contained source files into the build environment
post-extract:
@lndir ${.CURDIR}/src ${WRKDIR}
2013-03-11 11:20:26 +00:00
NO_TEST= Yes
.include <bsd.port.mk>