19 lines
374 B
Makefile
19 lines
374 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= gslin@gslin.org
|
|
COMMENT= OpenCORE implementation of AMR Narrowband & Wideband speech codec
|
|
|
|
LICENSE= AL2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gmake pathfix
|
|
NO_STAGE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|