ports/sysutils/memtester/Makefile

27 lines
500 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= utility to test for memory faults
DISTNAME= memtester-4.6.0
CATEGORIES= sysutils
HOMEPAGE= http://pyropus.ca/software/memtester/
# GPLv2 only
PERMIT_PACKAGE= Yes
WANTLIB= c
2023-09-28 02:05:49 +00:00
SITES= ${HOMEPAGE}/old-versions/
2023-08-16 22:26:55 +00:00
# probably doesn't work with strict-alignment
.if ${MACHINE_ARCH} != sparc64
CFLAGS+= -DTEST_NARROW_WRITES
.endif
NO_TEST= Yes
do-install:
${INSTALL_PROGRAM} ${WRKDIST}/memtester ${PREFIX}/bin
${INSTALL_MAN} ${WRKDIST}/memtester.8 ${PREFIX}/man/man8
.include <bsd.port.mk>