Ticket #22219: Portfile

File Portfile, 893 bytes (added by lee@…, 15 years ago)

Portfile

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$
3
4PortSystem        1.0
5
6name              opencore-amr
7version           0.1.2
8revision          1
9categories        audio
10platforms         darwin
11maintainers       dropio.com:lee
12
13description       Adaptive Multi Rate Narrowband and Wideband speech codec
14long_description  Library of OpenCORE Framework implementation of \
15  Adaptive Multi Rate Narrowband and Wideband speech codec.
16
17homepage          http://opencore-amr.sourceforge.net/
18master_sites      sourceforge:opencore-amr
19
20depends_lib       port:gmake
21
22checksums         md5 8e8b8b253eb046340ff7b6bf7a6ccd3e \
23                  sha1 289478d49701213255e9d63a93aae9ad472125cc \
24                  rmd160 f23f7e9eabb3c6d046d67572a6a25e09b8dc2988
25
26configure.args      --mandir=${prefix}/share/man