c39142b84e
-make memtester's exit code meaningful. See the manpage for its meaning. Thanks to Wurzel Parsons-Keir, who sent a patch for the code, so I only had to document it.
23 lines
640 B
Makefile
23 lines
640 B
Makefile
# $NetBSD: Makefile,v 1.6 2004/09/02 02:30:19 schmonz Exp $
|
|
#
|
|
|
|
DISTNAME= memtester-4.0.4
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
MAINTAINER= pancake@phreaker.net
|
|
HOMEPAGE= http://www.qcc.ca/~charlesc/software/memtester/
|
|
COMMENT= Utility for testing the memory subsystem for faults
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_BUILDLINK3= yes
|
|
|
|
INSTALLATION_DIRS= bin man/man8 share/doc/memtester
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/memtester ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/memtester.8 ${PREFIX}/man/man8
|
|
${INSTALL_DATA} ${WRKSRC}/README.tests ${PREFIX}/share/doc/memtester
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|