Ticket #14332: Portfile-mplayer.diff
File Portfile-mplayer.diff, 1.2 KB (added by mroman@…, 17 years ago) |
---|
-
Portfile
old new 4 4 5 5 PortSystem 1.0 6 6 7 name MPlayer7 name mplayer 8 8 version 1.0rc2 9 9 revision 2 10 10 categories multimedia … … 79 79 80 80 configure.args \ 81 81 --with-extraincdir=${prefix}/include/lzo:${prefix}/include \ 82 --with-extralibdir=${prefix}/lib:${prefix}/lib/samba3 \82 --with-extralibdir=${prefix}/lib:${prefix}/lib/samba3:${x11prefix}/lib \ 83 83 --datadir=${prefix}/share/${name} \ 84 84 --confdir=${prefix}/etc/${name} \ 85 85 --mandir=${prefix}/share/man \ … … 318 318 configure.args-delete --disable-esd 319 319 } 320 320 321 variant live \ 322 description {Enable LIVE555 Streaming Media} { 323 depends_lib-append port:live555 324 configure.args-delete --disable-live 325 } 326 327 variant gui \ 328 description {Enable GUI} { 329 configure.args-append --enable-gui 330 } 321 331 322 332 platform macosx { 323 333 configure.args-append --enable-macosx --enable-macosx-finder-support \ 324 334 --enable-macosx-bundle --enable-qtx 335 configure.ldflags-append "-framework AppKit" 325 336 } 326 337 327 338 platform darwin {