2009-07-29 12:45:16 +02:00
|
|
|
# New ports collection makefile for: opencore-amr
|
|
|
|
# Date created: 2009-07-20
|
|
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= opencore-amr
|
|
|
|
PORTVERSION= 0.1.1
|
|
|
|
CATEGORIES= audio
|
2009-08-22 02:13:26 +02:00
|
|
|
MASTER_SITES= # none knwon, please fix
|
2009-07-29 12:45:16 +02:00
|
|
|
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
|
|
COMMENT= OpenCORE implementation of AMR Narrowband & Wideband speech codec
|
|
|
|
|
|
|
|
CFLAGS+= -fPIC
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|