Ticket #21381: mimms.diff
File mimms.diff, 1.1 KB (added by blb@…, 15 years ago) |
---|
-
Portfile
1 1 # $Id$ 2 2 3 3 PortSystem 1.0 4 PortGroup python2 51.04 PortGroup python26 1.0 5 5 6 6 name mimms 7 7 version 3.2.1 … … 22 22 sha1 279eee76dd4032cd2c1dddf1d49292a952c57b80 \ 23 23 rmd160 669d5d80ae9bd318bf98c032197fa6980622182e 24 24 use_bzip2 yes 25 depends_lib 25 depends_lib-append port:libmms 26 26 27 27 configure { 28 28 reinplace "s|libmms.so.0|${prefix}/lib/libmms.0.dylib|g" ${worksrcpath}/libmimms/libmms.py 29 29 } 30 30 31 post-destroot { 32 foreach binfile [glob -tails -directory ${destroot}${python.prefix}/bin *] { 33 ln -s ${python.prefix}/bin/${binfile} \ 34 ${destroot}${prefix}/bin/${binfile} 35 } 36 foreach manfile [glob -tails -directory ${destroot}${python.prefix}/share/man/man1 *] { 37 ln -s ${python.prefix}/share/man/man1/${manfile} \ 38 ${destroot}${prefix}/share/man/man1/${manfile} 39 } 40 } 41 31 42 livecheck.type regex 32 43 livecheck.url ${homepage} 33 44 livecheck.regex mimms (\\d+(\\.\\d+)*) released