1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/sysutils/memtest/Makefile
Philippe Audeoud 9b62f6b551 - Update to 4.2.1
PR:		ports/151565
Submitted by:	Takefu <takefu AT airport.fm>
Approved by:	maintainer
2010-11-10 10:53:43 +00:00

36 lines
944 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.2.1
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
LICENSE= GPLv2
MAN8= ${PORTNAME}.8
PLIST_FILES= bin/memtest
post-patch:
@${REINPLACE_CMD} -e 's|cc|${CC}|' \
${WRKSRC}/conf-cc
@${MV} ${WRKSRC}/${PORTNAME}er.8 ${WRKSRC}/${MAN8}
@${REINPLACE_CMD} -e 's|${PORTNAME}er |${PORTNAME} |g' \
-e 's| ${PORTNAME}er| ${PORTNAME}|' \
-e "s|${PORTNAME}er's|${PORTNAME}'s|" \
${WRKSRC}/${MAN8}
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}er ${PREFIX}/bin/${PORTNAME}
@${INSTALL_MAN} ${WRKSRC}/${MAN8} ${PREFIX}/man/man8/${MAN8}
.include <bsd.port.mk>