Ticket #1267: Portfile

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

Portfile for faac-1.23.1

Line 
1PortSystem 1.0
2name                    faac
3version                 1.23.1
4categories              audio
5maintainers             pguyot@kallisys.net
6description             ISO AAC audio encoder
7long_description        \
8                                FAAC is an AAC audio encoder. FAAC currently supports MPEG-4 \
9                                LTP, MAIN and LOW COMPLEXITY object types and MAIN and LOW \
10                                MPEG-2 object types. It also supports multichannel and \
11                                gapless encoding.
12
13homepage                http://www.audiocoding.com/
14platforms               darwin
15master_sites    sourceforge
16checksums               md5 75aa397a9b123a2bf6f0ce9f78db8b3d
17worksrcdir              ${name}
18patchfiles              patch-libfaac-util.h patch-frontend-main.c
19
20pre-configure   {
21        system "cd ${worksrcpath} && aclocal -I . && autoheader && glibtoolize --automake"
22        reinplace "s|-flat_namespace -undefined suppress|-undefined error|g" "${worksrcpath}/aclocal.m4"
23}
24
25use_automake    yes
26automake.args   --add-missing
27use_autoconf    yes