aboutsummaryrefslogtreecommitdiffstats
path: root/audio/libamrnb/Makefile
blob: 59c3f46ccbf62f702c77cd2a859b1d51719f1988 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# 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
PORTREVISION=   1
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

BUILD_DEPENDS=  ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip

SRC3GPP=    26104-610.zip

USE_BZIP2=  yes
USE_GMAKE=  yes
USE_AUTOTOOLS=  libtool:15
GNU_CONFIGURE=  yes
CONFIGURE_ENV+= LANG=C
USE_LDCONFIG=   yes
RESTRICTED= license prohibits redistribution
RESTRICTED_FILES=   ${SRC3GPP}
PORTDOCS=   AUTHORS COPYING ChangeLog NEWS README TODO readme.txt
SUB_FILES=  pkg-message
MAKE_ENV=   LANG=C

post-extract:
    @${CP} ${DISTDIR}/${SRC3GPP} ${WRKSRC}

post-install:
.ifndef(NOPORTDOCS)
    @${ECHO} -n Install documents:
    @${MKDIR} ${DOCSDIR}
. for FILE in ${PORTDOCS}
        @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
        @${ECHO} -n " ${FILE}"
. endfor
    @${ECHO} .
    @${ECHO}
.endif
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>