View | Details | Raw Unified | Return to bug 184351
Collapse All | Expand All

(-)./Makefile (-6 / +7 lines)
Lines 1-24 Link Here
1
# Created by: Martin Matuska <mm@FreeBSD.org>
1
# Created by: Martin Matuska <mm@FreeBSD.org>
2
# $FreeBSD: audio/fdk-aac/Makefile 328226 2013-09-25 00:54:08Z bdrewery $
2
# $FreeBSD: head/audio/fdk-aac/Makefile 328226 2013-09-25 00:54:08Z bdrewery $
3
3
4
PORTNAME=	fdk-aac
4
PORTNAME=	fdk-aac
5
PORTVERSION=	0.1.2
5
PORTVERSION=	0.1.3
6
CATEGORIES=	audio
6
CATEGORIES=	audio
7
MASTER_SITES=	SF/opencore-amr/${PORTNAME}
7
MASTER_SITES=	SF/opencore-amr/${PORTNAME}
8
8
9
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	5u623l20@gmail.com
10
COMMENT=	Port of the Fraunhofer FDK AAC Codec Library
10
COMMENT=	Port of the Fraunhofer FDK AAC Codec Library
11
11
12
NOT_FOR_ARCHS=		sparc64
13
NOT_FOR_ARCHS_REASON=	not yet ported to this architecture
14
15
LICENSE=	FRAUNHOFER_FDK_AAC
12
LICENSE=	FRAUNHOFER_FDK_AAC
16
LICENSE_NAME=	Software License for The Fraunhofer FDK AAC Codec Library for Android
13
LICENSE_NAME=	Software License for The Fraunhofer FDK AAC Codec Library for Android
17
LICENSE_FILE=	${WRKSRC}/NOTICE
14
LICENSE_FILE=	${WRKSRC}/NOTICE
18
LICENSE_PERMS=	dist-mirror pkg-mirror auto-accept
15
LICENSE_PERMS=	dist-mirror pkg-mirror auto-accept
19
16
17
NOT_FOR_ARCHS=		sparc64
18
NOT_FOR_ARCHS_REASON=	not yet ported to this architecture
19
20
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
21
CONFIGURE_ENV+=	LIBS="-lm"
21
CONFIGURE_ENV+=	LIBS="-lm"
22
USE_LDCONFIG=	yes
22
23
23
post-patch:
24
post-patch:
24
	@${REINPLACE_CMD} -E -e \
25
	@${REINPLACE_CMD} -E -e \
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (fdk-aac-0.1.2.tar.gz) = e4eefa3e64a5110dd180decf21a255fe1c1e08548dbdc646e125835e7798cf4a
1
SHA256 (fdk-aac-0.1.3.tar.gz) = a9cb872802cfb7a2aff7a549c114c547d1e518dd60c2f85942229cc20c0d0c8d
2
SIZE (fdk-aac-0.1.2.tar.gz) = 1976401
2
SIZE (fdk-aac-0.1.3.tar.gz) = 1982695

Return to bug 184351