diff options
Diffstat (limited to 'audio/libamrnb/Makefile')
-rw-r--r-- | audio/libamrnb/Makefile | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/audio/libamrnb/Makefile b/audio/libamrnb/Makefile new file mode 100644 index 000000000000..6a55eb187c32 --- /dev/null +++ b/audio/libamrnb/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: libamrnb +# Date created: 30 May 2007 +# Whom: Tatsuki Makino <tatsuki_makino@hotmail.com> +# +# $FreeBSD$ +# + +PORTNAME= libamrnb +PORTVERSION= 6.1.0.4 +CATEGORIES= audio +MASTER_SITES= http://ftp.penguin.cz/pub/users/utx/amr/testing/ \ + http://ftp.penguin.cz/pub/users/utx/amr/ +DISTNAME= amrnb-${DISTVERSION}rc1 + +MAINTAINER= tatsuki_makino@hotmail.com +COMMENT= The floating-point Adaptive Multi Rate speech codec libraries + +BUILD_DEPENDS= wget:${PORTSDIR}/ftp/wget \ + ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip \ + bash:${PORTSDIR}/shells/bash + +USE_BZIP2= yes +USE_GMAKE= yes +USE_AUTOTOOLS= libtool:15 +WRKSRC= ${WRKDIR}/amrnb-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --srcdir=${WRKSRC} +CONFIGURE_ENV+= LANG=C +USE_LDCONFIG= yes + +post-patch: + @${REINPLACE_CMD} -E \ + -e "s!(/bin/bash)!${LOCALBASE}\\1!" \ + ${WRKSRC}/prepare_sources.sh + +.include <bsd.port.mk> |