Ticket #20306: Portfile

File Portfile, 845 bytes (added by scott@…, 15 years ago)
Line 
1# $Id$
2
3PortSystem 1.0
4
5name                         memtester
6version                 4.0.8
7categories              sysutils
8maintainers             hostwizard.com:scott
9platforms           darwin
10description             A userspace utility for testing the memory subsystem for faults.
11long_description        ${description}
12
13homepage                     http://pyropus.ca/software/memtester/
14master_sites            ${homepage}/old-versions
15
16checksums           md5     a4971ed1ccaf5b2e2148fd66b0eb7363 \
17                    sha1    1330edaa60e0d797b83df51a56bba377db9223fc \
18                    rmd160  b804eb9563f98ffbd51ce17c091b71a466ba4eae
19
20livecheck.url       ${homepage}/old-versions/
21livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
22
23use_configure       no
24
25pre-patch {
26     reinplace "s|/usr/local|${destroot}${prefix}|" ${worksrcpath}/Makefile
27     reinplace "s|man/man|share/man/man|" ${worksrcpath}/Makefile
28}