aboutsummaryrefslogtreecommitdiff
path: root/audio/opencore-amr/Makefile
blob: 8d13bf6dee50c8f03e670c3a2d28c0b52e14ef8f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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>