Ticket #19170: live555-Portfile.diff
File live555-Portfile.diff, 1.5 KB (added by max@…, 16 years ago) |
---|
-
multimedia/live555/Portfile
old new 3 3 PortSystem 1.0 4 4 5 5 name live555 6 version 200 8.06.266 version 2009.03.22 7 7 categories multimedia 8 8 maintainers milosh openmaintainer 9 9 description LIVE555 Streaming Media … … 16 16 homepage http://www.live555.com/liveMedia/ 17 17 platforms darwin 18 18 master_sites ${homepage}public/ \ 19 macports 20 checksums md5 217e064bc81e7ae5de75d34542fab018 \ 21 sha1 68f0ddbe2199af7627862620083c75acc1a6e477 \ 22 rmd160 747f1a26461f638d157f7f4cacaf5b6260b03307 19 20 checksums md5 3ac9a4811d674d043eb52cbeeaf92112 \ 21 sha1 61605e4319ebe9b7cccbb219a9b292fe698c5e0b \ 22 rmd160 38386927e263c644f743f4f8192c07826be5b280 23 23 24 distname live.${version} 24 25 worksrcdir live 26 25 27 configure.cmd ./genMakefiles 26 28 configure.pre_args {} 29 27 30 destroot { 28 31 xinstall -d ${destroot}${prefix}/lib 29 32 file copy ${workpath}/live ${destroot}${prefix}/lib/ 33 34 if {[variant_isset server]} { 35 xinstall -d ${destroot}${prefix}/bin 36 file copy ${worksrcpath}/mediaServer/live555MediaServer ${destroot}${prefix}/bin 37 } 30 38 } 31 39 40 variant server description {Install liveMedia server component} {} 41 32 42 platform macosx { 33 43 configure.args macosx 34 44 }