Ticket #29263: Portfile.2

File Portfile.2, 1.1 KB (added by wiking@…, 13 years ago)

added license option and removed escaping

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 75159 2011-01-17 02:00:53Z rmstonecipher@macports.org $
3
4PortSystem 1.0
5
6name             celt
7version          0.11.1
8categories       audio
9maintainers      maeth.com:wiking
10description      CELT - ultra-low delay audio codec
11long_description \
12The CELT codec is a compression algorithm for audio.\
13Like MP3, Vorbis, and AAC it is suitable for transmitting \
14music with high quality. Unlike these formats CELT imposes \
15very little delay on the signal, even less than is typical\
16for speech centric formats like Speex, GSM, or G.729.
17homepage         http://www.celt-codec.org/ 
18platforms        darwin
19license                  BSD
20
21depends_lib      port:libogg
22
23master_sites     http://downloads.xiph.org/releases/celt
24checksums        md5    94fe4acd241da8702c295bcd13a555e6 \
25                 sha1   620b416bbc5b25a7d19fe3b794e04d1da063c02c \
26                 rmd160 d159b87520c525ed3f54a8965a0f5bf5355f452b
27
28configure.args   --mandir=${prefix}/share/man
29
30build.env        ${configure.env}
31
32destroot.destdir prefix=${destroot}${prefix}