Ticket #36617: Portfile

File Portfile, 1.3 KB (added by ctreleaven (Craig Treleaven), 12 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id: Portfile 2009-11-15 21:12:19Z leho@kraav.com $
3
4PortSystem          1.0
5
6name                mediainfo
7version             0.7.60
8categories          multimedia
9maintainers         nomaintainer
10license             LGPL-3+
11
12description         Identifies audio and video codecs in a media file.
13long_description    MediaInfo supplies technical and tag information about a video or audio file
14
15homepage            http://mediainfo.sourceforge.net
16platforms           darwin
17master_sites        sourceforge
18distname                        MediaInfo_CLI_${version}_GNU_FromSource
19checksums           rmd160  1c923506b198264a0cad8d3061b0e5609d99f9f8 \
20                    sha256  7d8f2f75f9a6155fef914f6c5b324659a5df1d4ed85d12636a07ab3e9dedc648
21
22#parallel build seems broken :(
23#use_parallel_build  no
24use_bzip2           yes
25
26set worksrcpath     ${workpath}/MediaInfo_CLI_GNU_FromSource
27
28depends_build       port:autoconf port:automake port:libtool
29
30depends_lib         port:zlib
31
32use_configure       no
33
34build.cmd                       sh
35build.target            CLI_Compile.sh --prefix=${prefix}
36
37destroot {
38        system "cd ${worksrcpath}/MediaInfo/Project/GNU/CLI && make install DESTDIR=${destroot}"
39}
40
41# don't know how to do the livecheck