Ticket #26647: Portfile-4.3.0.diff
File Portfile-4.3.0.diff, 1.8 KB (added by ruud@…, 14 years ago) |
---|
-
multimedia/mkvtoolnix/Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name mkvtoolnix 7 version 3.2.07 version 4.3.0 8 8 categories multimedia 9 9 maintainers il.fontys.nl:ruud 10 10 description Matroska media files manipulation tools. … … 15 15 platforms darwin 16 16 master_sites ${homepage}sources/ 17 17 use_bzip2 yes 18 patchfiles patch-configure.diff19 18 20 # libmatroska is not universal 21 universal_variant no 19 checksums md5 6367631773f41e2bb564323f2b1c48a3 \ 20 sha1 70ae0d5769d65b032c15eedc01e914be3245779e \ 21 rmd160 c55a126da2bcf5e36de61113bb64672d5fb44af4 22 22 23 checksums md5 9bf31280cb07870771e69de0287dc769 \ 24 sha1 e5d2137402ef6731ee019a472527b77935d301b1 \ 25 rmd160 d4dd843ddfbb741339080dbb729938eedf2505d8 23 depends_build port:ruby 26 24 27 25 depends_lib port:boost \ 28 26 port:expat \ … … 32 30 port:pcre \ 33 31 port:zlib 34 32 33 build.cmd ./drake 34 build.target default 35 35 36 configure.args --mandir=${prefix}/share/man \ 36 --with-boost-regex=boost_regex-mt \37 37 --with-extra-libs=${prefix}/lib \ 38 38 --with-extra-includes=${prefix}/include \ 39 39 --without-flac \ 40 40 --disable-gui \ 41 41 --disable-wxwidgets 42 42 43 default_variants +flac 43 destroot.cmd ./drake 44 45 default_variants +flac +bzip2 +lzo 44 46 45 47 variant wxwidgets description {Build with the wxWidgets GUI} { 46 48 depends_lib-append port:wxWidgets