# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 # $Id: Portfile 53835 2009-07-15 10:58:50Z snc@macports.org $ PortSystem 1.0 name memtester version 4.0.8 categories sysutils maintainers hostwizard.com:scott platforms darwin description A userspace utility for testing the memory subsystem for \ faults. long_description ${description} homepage http://pyropus.ca/software/memtester/ master_sites ${homepage}/old-versions checksums md5 a4971ed1ccaf5b2e2148fd66b0eb7363 \ sha1 1330edaa60e0d797b83df51a56bba377db9223fc \ rmd160 b804eb9563f98ffbd51ce17c091b71a466ba4eae livecheck.url ${homepage}/old-versions/ livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" use_configure no pre-patch { reinplace "s|/usr/local|${destroot}${prefix}|" ${worksrcpath}/Makefile reinplace "s|man/man|share/man/man|" ${worksrcpath}/Makefile }