Ticket #1095: smpeg.diff
File smpeg.diff, 1.3 KB (added by blb@…, 21 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 name smpeg 5 5 version 0.4.4 6 revision 16 revision 2 7 7 categories devel 8 8 maintainers mww@opendarwin.org 9 9 description a general purpose MPEG video/audio player/library … … 11 11 library programmed by Loki entertainment and others 12 12 13 13 homepage http://www.lokigames.com/development/smpeg.php3 14 master_sites ftp://ftp.lokigames.com/pub/open-source/smpeg/ 15 checksums md5 59c76ac704088ef5539210190c4e1fe3 14 master_sites ftp://ftp.lokigames.com/pub/open-source/smpeg/ \ 15 http://distfiles.opendarwin.org/:lt 16 distfiles-append ltconfig13:lt ltmain13:lt 17 extract.only ${distname}${extract.sufx} 18 19 checksums ${distname}${extract.sufx} md5 59c76ac704088ef5539210190c4e1fe3 \ 20 ltconfig13 md5 ea53f42a550c9f9e653758a8ed91574e \ 21 ltmain13 md5 e094ae92724c4015dbab97de151c2525 16 22 17 23 depends_lib lib:libSDL:libsdl 18 24 25 post-patch { 26 system "cp ${distpath}/ltconfig13 ${worksrcpath}/ltconfig" 27 system "cp ${distpath}/ltmain13 ${worksrcpath}/ltmain.sh" 28 } 29 19 30 configure.args --without-x \ 20 31 --disable-gtktest \ 21 32 --disable-gtk-player \ 33 --disable-static \ 22 34 --mandir=${prefix}/share/man 23 35 24 36 post-configure { reinplace "s|gcc|g++|g" ${worksrcpath}/Makefile }