Ticket #7019: Portfile

File Portfile, 968 bytes (added by namely_void@…, 18 years ago)

Updated portfile

Line 
1# $Id: Portfile,v 1.3 2005/01/03 21:47:22 toby Exp $
2
3PortSystem 1.0
4name             speex
5version          1.1.11.1
6categories       audio
7maintainers      toby@opendarwin.org
8description      audio codec designed for speech
9long_description \
10    Speex is an Open Source/Free Software patent-free audio \
11    compression format designed for speech. The Speex Project \
12    aims to lower the barrier of entry for voice applications \
13    by providing a free alternative to expensive proprietary \
14    speech codecs.  Moreover, Speex is well-adapted to \
15    Internet applications and provides useful features that \
16    are not present in most other codecs.
17homepage         http://www.speex.org/
18platforms        darwin
19
20depends_lib      lib:libogg:libogg
21
22master_sites     http://downloads.xiph.org/releases/speex/
23checksums        md5 5282d23ea605232be05b537cca7af242
24
25configure.env    LDFLAGS="-L${prefix}/lib" \
26                 CPPFLAGS="-I${prefix}/include"
27