e6ab3ba661
By request of Gea-Suan Lin <gslin@gslin.org> - reset ports to ports@FreeBSD. Gea-Suan Lin's work is much appreciated. Approved by: portmgr (implicit) (not really, skipping NO_STAGE check)
18 lines
367 B
Makefile
18 lines
367 B
Makefile
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= opencore-amr
|
|
PORTVERSION= 0.1.3
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= OpenCORE implementation of AMR Narrowband & Wideband speech codec
|
|
|
|
LICENSE= APACHE20
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake pathfix
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|