2000-07-19 12:27:53 +02:00
|
|
|
# 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
|
2005-03-14 19:01:03 +01:00
|
|
|
PORTVERSION= 4.0.5
|
2000-07-19 12:27:53 +02:00
|
|
|
CATEGORIES= sysutils
|
2005-02-27 16:39:12 +01:00
|
|
|
MASTER_SITES= http://pyropus.ca/software/${PORTNAME}er/
|
2000-07-19 12:27:53 +02:00
|
|
|
DISTNAME= ${PORTNAME}er-${PORTVERSION}
|
|
|
|
|
2006-05-25 03:35:24 +02:00
|
|
|
MAINTAINER= question+fbsdports@closedsrc.org
|
2003-02-23 20:58:35 +01:00
|
|
|
COMMENT= Utility to test for faulty memory subsystem
|
2000-07-19 12:27:53 +02:00
|
|
|
|
2005-02-27 16:39:12 +01:00
|
|
|
MAN8= ${PORTNAME}.8
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/memtest
|
2000-07-19 12:27:53 +02:00
|
|
|
|
2004-04-08 05:12:10 +02:00
|
|
|
post-patch:
|
2005-02-27 16:39:12 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|cc|${CC}|' \
|
|
|
|
${WRKSRC}/conf-cc
|
2004-04-08 05:12:10 +02:00
|
|
|
|
2000-07-19 12:27:53 +02:00
|
|
|
do-install:
|
2005-02-27 16:39:12 +01:00
|
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}er ${PREFIX}/bin/${PORTNAME}
|
|
|
|
@${INSTALL_MAN} ${WRKSRC}/${MAN8:S/./er./g} ${PREFIX}/man/man8/${MAN8}
|
2000-07-19 12:27:53 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|