temp add powerpc port
[dports.git] / audio / fdk-aac / Makefile
1 # Created by: Martin Matuska <mm@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       fdk-aac
5 PORTVERSION=    0.1.3
6 PORTREVISION=   1
7 CATEGORIES=     audio
8 MASTER_SITES=   SF/opencore-amr/${PORTNAME}
9
10 MAINTAINER=     5u623l20@gmail.com
11 COMMENT=        Port of the Fraunhofer FDK AAC Codec Library
12
13 LICENSE=        FRAUNHOFER_FDK_AAC
14 LICENSE_NAME=   Software License for The Fraunhofer FDK AAC Codec Library for Android
15 LICENSE_FILE=   ${WRKSRC}/NOTICE
16 LICENSE_PERMS=  dist-mirror pkg-mirror auto-accept
17
18 NOT_FOR_ARCHS=          sparc64
19 NOT_FOR_ARCHS_REASON=   not yet ported to this architecture
20
21 LIBS+=          -lm
22 GNU_CONFIGURE=  yes
23 USE_LDCONFIG=   yes
24 USES=           libtool pathfix
25
26 post-build:
27         @${STRIP_CMD} ${WRKSRC}/.libs/libfdk-aac.so.0
28
29 .include <bsd.port.mk>