following packages because they don't use "it" and "setup check" as BUILD_TARGET and INSTALL_TARGET, respectively: devel/bglibs mail/mailfront mail/qmail-qfilter sysutils/memtester sysutils/qlogtools Since there's only one consumer of BGWARE_INSTALLER, and future bgware will use bg-installer from bglibs, move the do-install routine directly into qlogtools.
25 lines
680 B
Makefile
25 lines
680 B
Makefile
# $NetBSD: Makefile,v 1.12 2005/08/24 04:47:10 schmonz Exp $
|
|
#
|
|
|
|
DISTNAME= memtester-4.0.5
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
MAINTAINER= schmonz@NetBSD.org
|
|
HOMEPAGE= http://pyropus.ca/software/memtester/
|
|
COMMENT= Utility for testing the memory subsystem for faults
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
DJB_RESTRICTED= NO
|
|
DJB_MAKE_TARGETS= NO
|
|
|
|
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/djbware.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|