mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 12:01:19 +02:00
20 lines
321 B
Makefile
20 lines
321 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
PORTNAME= opencore-amr
|
|
PORTVERSION= 0.1.3
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
|
|
PKGNAMEPREFIX= lib
|
|
|
|
MAINTAINER= onborodin@gmail.com
|
|
COMMENT= OpenCORE implementation of AMR Narrowband & Wideband speech codec
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES+= gmake
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|
|
|