Ticket #22904: Portfile.devel

File Portfile.devel, 1.5 KB (added by davidfavor (David Favor), 14 years ago)

sox-14.3.1-rc2 devel

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 52106 2009-06-10 04:34:47Z snc@macports.org $
3
4PortSystem 1.0
5
6name             sox-devel
7version          14.3.1-rc2
8revision         1
9categories       audio
10maintainers      poure.com:jm
11description      SOund eXchange - universal sound sample translator
12long_description \
13        SoX (also known as Sound eXchange) translates sound samples between \
14        different file formats, and optionally applies various sound \
15        effects. SoX is intended as the Swiss Army knife of sound processing \
16        tools. It doesn't do anything very well, but sooner or later it \
17        comes in very handy.
18homepage         http://sox.sourceforge.net/
19platforms        darwin
20
21depends_lib      port:libao \
22                 port:libsndfile \
23                 port:libid3tag \
24                 port:libsamplerate \
25                 port:libvorbis \
26                 path:lib/libavcodec.dylib:ffmpeg \
27                 port:libmad \
28                 port:flac \
29                 port:wavpack \
30                 port:file \
31                 port:libpng
32
33master_sites     sourceforge
34checksums        md5     76e55d3e5b297c29a40cda4b6a7e1ca5 \
35                 sha1    67541b6e8f458df53420902b291b8d728cafa149 \
36                 rmd160  f1677aba1ea1860d414814e2a8095a95de814766
37
38worksrcdir       sox-14.3.1
39
40configure.args   --mandir=\\\${prefix}/share/man \
41                 --disable-gomp
42
43build.env        ${configure.env}
44
45destroot.destdir prefix=${destroot}${prefix}