1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/audio/opencore-amr/Makefile
2017-03-17 14:03:43 +00:00

20 lines
405 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= opencore-amr
PORTVERSION= 0.1.5
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 libtool pathfix
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>