1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/sysutils/memtest/Makefile
Beech Rintoul 32b44ac0c9 - Update to 4.0.8
PR:		ports/126086
Submitted by:	Joseph S. Atkinson <jsatkinson@embarqmail.com>
Approved by:	Linh Pham <question+fbsdports@closedsrc.org> (maintainer)
2008-07-30 17:29:09 +00:00

29 lines
720 B
Makefile

# New ports collection makefile for: memtest
# Date created: 18 Jun 2000
# Whom: Mario S F Ferreira <lioux@linf.unb.br> et al.
#
# $FreeBSD$
#
PORTNAME= memtest
PORTVERSION= 4.0.8
CATEGORIES= sysutils
MASTER_SITES= http://pyropus.ca/software/${PORTNAME}er/old-versions/
DISTNAME= ${PORTNAME}er-${PORTVERSION}
MAINTAINER= question+fbsdports@closedsrc.org
COMMENT= Utility to test for faulty memory subsystem
MAN8= ${PORTNAME}.8
PLIST_FILES= bin/memtest
post-patch:
@${REINPLACE_CMD} -e 's|cc|${CC}|' \
${WRKSRC}/conf-cc
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}er ${PREFIX}/bin/${PORTNAME}
@${INSTALL_MAN} ${WRKSRC}/${MAN8:S/./er./g} ${PREFIX}/man/man8/${MAN8}
.include <bsd.port.mk>