freebsd-ports/audio/libamrnb/Makefile
Baptiste Daroussin 5163781803 Convert audio from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some USE_GNOME=pkgconfig to USES=pkgconfig
- Add some missing pkgconf dependencies
- Convert some USE_GNOME=gnomehack to USES=pathfix
2013-08-30 23:01:05 +00:00

48 lines
1.1 KiB
Makefile

# Created by: Tatsuki Makino <tatsuki_makino@hotmail.com>
# $FreeBSD$
PORTNAME= libamrnb
PORTVERSION= 10.0.0.0
PORTEPOCH= 1
CATEGORIES= audio
MASTER_SITES= http://ftp.penguin.cz/pub/users/utx/amr/ \
http://www.3gpp.org/ftp/Specs/archive/26_series/26.104/:3GPP
DISTNAME= amrnb-${DISTVERSION}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${SRC3GPP}:3GPP
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= tatsuki_makino@hotmail.com
COMMENT= 3GPP floating-point Adaptive Multi-Rate (AMR) 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
USES= gmake
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= 26104-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>