Files
bsdports/media/libopencore-amr/Makefile
2019-12-26 07:26:06 +00:00

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