Ticket #1266: Portfile

File Portfile, 863 bytes (added by pguyot (Paul Guyot), 20 years ago)

Portfile for faad2

Line 
1PortSystem 1.0
2name                    faad2
3version                 2.0-rc3
4categories              audio
5maintainers             pguyot@kallisys.net
6description             Fastest ISO AAC audio decoder.
7long_description        \
8                                FAAD2 is the fastest ISO AAC audio decoder available. \
9                                FAAD2 correctly decodes all MPEG-4 and MPEG-2 MAIN, LC \
10                                (Low Complexity), HE (High Efficiency), LTP (Long Term \
11                                Prediction), LD (Low Delay) and ER (Error Resiliency) \
12                                object type AAC files. \
13homepage                http://www.audiocoding.com/
14platforms               darwin
15master_sites    sourceforge:faac
16checksums               md5 0080076438655ed7facf1089a9805aff
17worksrcdir              ${name}
18
19pre-configure   {
20        system "cd ${worksrcpath} && aclocal -I . && autoheader && glibtoolize --automake --copy"
21        reinplace "s|-flat_namespace -undefined suppress|-undefined error|g" "${worksrcpath}/aclocal.m4"
22}
23
24use_automake    yes
25automake.args   --add-missing --copy
26use_autoconf    yes