Commits
Zero King authored c2b744f9f52
1 1 | PortSystem 1.0 |
2 2 | PortGroup compiler_blacklist_versions 1.0 |
3 3 | |
4 4 | name smake |
5 - | version 1.2.3 |
5 + | version 1.2.5 |
6 6 | categories devel |
7 7 | platforms darwin |
8 8 | maintainers nomaintainer |
9 9 | license CDDL |
10 10 | description highly portable make program with automake features |
11 11 | long_description Smake is a highly portable make program with automake \ |
12 12 | features. It is currently mainly targeted to be used \ |
13 13 | with the makefiles system. |
14 14 | |
15 15 | homepage https://sourceforge.net/projects/s-make/ |
16 16 | master_sites sourceforge:project/s-make |
17 17 | use_bzip2 yes |
18 18 | |
19 - | checksums rmd160 7fb9f1ce920bee179b195f4f71aaaefb6a8c8721 \ |
20 - | sha256 908e06bc7d16f66227376e604199750c7bb953760ab6823a640aa3e2db6a739e |
19 + | checksums rmd160 f683a4051273b3e24e45a2b435ddb23509db55bf \ |
20 + | sha256 27566aa731a400c791cd95361cc755288b44ff659fa879933d4ea35d052259d4 |
21 21 | |
22 22 | use_configure no |
23 23 | |
24 24 | # https://trac.macports.org/ticket/31616 |
25 25 | compiler.blacklist-append llvm-gcc-4.2 {clang < 318} |
26 26 | |
27 27 | build.type gnu |
28 28 | build.args CC=${configure.cc} |
29 29 | use_parallel_build no |
30 30 | |
31 + | destroot.args CC=${configure.cc} |
31 32 | destroot.destdir INS_BASE=${destroot}${prefix} \ |
32 33 | MANDIR=man \ |
33 34 | INSUSR=`id -u` INSGRP=`id -g` |
34 35 | post-destroot { |
35 36 | file delete -force ${destroot}${prefix}/share/man/man5 \ |
36 37 | ${destroot}${prefix}/lib ${destroot}${prefix}/include |
37 38 | } |
38 39 | |
39 40 | livecheck.url https://sourceforge.net/projects/s-make/files/ |
40 41 | livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)${extract.suffix} |