pkgsrc/sysutils/memtest/Makefile
wiz 0799168320 Update to 2.6 by the maintainer Ben Collver via pkg/13408.
Changes since 2.5:
* Added workaround for errors caused by BIOS USB keyboard support.
* Fixed problems with reporting of 1 GHZ + processor speeds.
* Fixed Duron cache detection.
* Added screen buffer so that menus will work correctly from a serial
  console.
* The Memtest86 image is now built in ELF format.
2001-07-09 16:31:36 +00:00

27 lines
676 B
Makefile

# $NetBSD: Makefile,v 1.2 2001/07/09 16:31:36 wiz Exp $
#
DISTNAME= memtest86-2.6
PKGNAME= memtest-2.6
CATEGORIES= sysutils
MASTER_SITES= http://www.memtest86.com/
MAINTAINER= collver@linuxfreemail.com
HOMEPAGE= http://www.memtest86.com
COMMENT= thorough, stand alone memory test for x86 arch
BUILD_DEPENDS+= bcc-95.3.12:../../devel/bcc
USE_GMAKE= yes
ONLY_FOR_PLATFORM= NetBSD-*-i386
post-patch:
${CP} ${FILESDIR}/linkage.h ${WRKSRC}
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/mdec
${CP} ${WRKSRC}/memtest.bin ${PREFIX}/mdec
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/memtest
${CP} ${WRKSRC}/README ${PREFIX}/share/doc/memtest
.include "../../mk/bsd.pkg.mk"