1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/audio/opencore-amr/Makefile
Dmitry Marakasov 96c26b82f9 - Switch to USES=libtool, drop .la files
- Strip libraries
2014-07-22 21:58:45 +00:00

21 lines
421 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= opencore-amr
PORTVERSION= 0.1.3
PORTREVISION= 1
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>