pkgsrc/sysutils/memtester/Makefile
schmonz a6f423e4c8 Update to 4.5.1. From the changelog:
- documentation-only update.
- add note to README about build problem with Tru64, with workaround.
  Thanks: Víctor Ostorga.
2021-05-31 18:19:17 +00:00

24 lines
700 B
Makefile

# $NetBSD: Makefile,v 1.30 2021/05/31 18:19:17 schmonz Exp $
#
DISTNAME= memtester-4.5.1
CATEGORIES= sysutils
MASTER_SITES= ${HOMEPAGE}old-versions/
MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= http://pyropus.ca/software/memtester/
COMMENT= Utility for testing the memory subsystem for faults
LICENSE= gnu-gpl-v2
DJB_MAKE_TARGETS= NO
INSTALLATION_DIRS= bin ${PKGMANDIR}/man8 share/doc/memtester
do-install:
cd ${WRKSRC} && \
${INSTALL_PROGRAM} memtester ${DESTDIR}${PREFIX}/bin; \
${INSTALL_MAN} memtester.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8; \
${INSTALL_DATA} README.tests ${DESTDIR}${PREFIX}/share/doc/memtester
.include "../../mk/djbware.mk"
.include "../../mk/bsd.pkg.mk"