freebsd-ports/audio/libamrnb/Makefile
Martin Wilke 94fa79673d - Switch from NO_PACKAGE to RESTRICTED
Requested by:	kris
2007-06-08 19:02:33 +00:00

35 lines
839 B
Makefile

# 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
PORTEPOCH= 1
CATEGORIES= audio
MASTER_SITES= http://ftp.penguin.cz/pub/users/utx/amr/
DISTNAME= amrnb-${DISTVERSION}
MAINTAINER= tatsuki_makino@hotmail.com
COMMENT= Adaptive Multi-Rate (AMR) Speech Codec
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
GNU_CONFIGURE= yes
CONFIGURE_ENV+= LANG=C
USE_LDCONFIG= yes
RESTRICTED= See Important legal notice of http://www.penguin.cz/~utx/amr.en.html
post-patch:
@${REINPLACE_CMD} -E \
-e "s!(/bin/bash)!${LOCALBASE}\\1!" \
${WRKSRC}/prepare_sources.sh
.include <bsd.port.mk>