mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
d7ca3d83ff
Approved by: portmgr blanket
30 lines
692 B
Makefile
30 lines
692 B
Makefile
# Created by: Martin Matuska <mm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fdk-aac
|
|
PORTVERSION= 0.1.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF/opencore-amr/${PORTNAME}
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Port of the Fraunhofer FDK AAC Codec Library
|
|
|
|
LICENSE= FRAUNHOFER_FDK_AAC
|
|
LICENSE_NAME= Software License for The Fraunhofer FDK AAC Codec Library for Android
|
|
LICENSE_FILE= ${WRKSRC}/NOTICE
|
|
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
|
|
|
|
NOT_FOR_ARCHS= sparc64
|
|
NOT_FOR_ARCHS_REASON= not yet ported to this architecture
|
|
|
|
LIBS+= -lm
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
USES= libtool pathfix
|
|
|
|
post-build:
|
|
@${STRIP_CMD} ${WRKSRC}/.libs/libfdk-aac.so.0
|
|
|
|
.include <bsd.port.mk>
|