Ticket #33891: Portfile

File Portfile, 1.0 KB (added by ryandesign (Ryan Carsten Schmidt), 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$
3
4PortSystem          1.0
5PortGroup           cmake 1.0
6PortGroup           github 1.0
7
8github.setup        stendardo shenidam 0.5.0
9categories          multimedia
10platforms           darwin
11maintainers         ryandesign openmaintainer
12license             {GPL-3 GPL-2}
13
14homepage            http://www.shenidam.org/
15master_sites        ${homepage}sites/default/files/
16use_bzip2           yes
17
18checksums           rmd160  f2202fa0f1302f9f9276c75c5104ab131ba119f4 \
19                    sha256  1c0bb7c9134c9ad8cad865475c9dfaf10f96d6ba8f7c5a6ab4109eaad2a63357
20
21fetch.type          git
22git.branch          f68da2ac7f876742643e0d6cbba20315891c809a
23
24depends_lib         port:fftw-3-single \
25                    port:libsamplerate \
26                    port:libsndfile \
27                    port:boost
28
29depends_run         path:lib/libavcodec.dylib:ffmpeg \
30                    port:python27