f351900f80
- change license to BSD-3 that allows 3GPP/Via Licensing contractors to distribute wrapped libraries - see http://www.penguin.cz/~utx/amr PR: ports/164037 Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer) Approved by: gabor (mentor, implicit)
51 lines
1.2 KiB
Makefile
51 lines
1.2 KiB
Makefile
# New ports collection makefile for: libamrwb
|
|
# Date created: 7 Jun 2007
|
|
# Whom: Tatsuki Makino <tatsuki_makino@hotmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libamrwb
|
|
PORTVERSION= 10.0.0.0
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://ftp.penguin.cz/pub/users/utx/amr/ \
|
|
http://www.3gpp.org/ftp/Specs/archive/26_series/26.204/:3GPP
|
|
DISTNAME= amrwb-${DISTVERSION}
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${SRC3GPP}:3GPP
|
|
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
|
|
|
MAINTAINER= tatsuki_makino@hotmail.com
|
|
COMMENT= 3GPP Adaptive Multi-Rate - Wideband (AMR-WB) Speech Codec
|
|
|
|
LICENSE= BSD
|
|
|
|
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
|
|
|
|
LICENSE_DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
|
|
RESTRICTED= license prohibits redistribution
|
|
RESTRICTED_FILES= ${SRC3GPP}
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= libtool
|
|
PORTDOCS= AUTHORS COPYING ChangeLog NEWS README TODO readme.txt
|
|
SUB_FILES= pkg-message
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV+= LANG=C
|
|
MAKE_ENV= LANG=C
|
|
USE_LDCONFIG= yes
|
|
|
|
SRC3GPP= 26204-a00.zip
|
|
|
|
post-extract:
|
|
@${CP} ${DISTDIR}/${SRC3GPP} ${WRKSRC}/
|
|
|
|
post-install:
|
|
.ifndef(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
. for FILE in ${PORTDOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
|
|
. endfor
|
|
.endif
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|