2013-09-20 14:36:35 +00:00
|
|
|
# Created by: Martin Matuska <mm@FreeBSD.org>
|
2012-08-06 10:46:49 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= fdk-aac
|
2015-03-16 13:20:28 +00:00
|
|
|
PORTVERSION= 0.1.4
|
2012-08-06 10:46:49 +00:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= SF/opencore-amr/${PORTNAME}
|
|
|
|
|
2014-12-24 00:14:11 +00:00
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
2012-08-06 10:46:49 +00:00
|
|
|
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
|
2012-11-25 08:43:15 +00:00
|
|
|
LICENSE_FILE= ${WRKSRC}/NOTICE
|
2012-08-06 10:46:49 +00:00
|
|
|
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
|
|
|
|
|
2013-11-29 17:29:51 +00:00
|
|
|
NOT_FOR_ARCHS= sparc64
|
|
|
|
NOT_FOR_ARCHS_REASON= not yet ported to this architecture
|
|
|
|
|
2014-06-11 14:49:59 +00:00
|
|
|
LIBS+= -lm
|
2012-08-06 10:46:49 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2013-11-29 17:29:51 +00:00
|
|
|
USE_LDCONFIG= yes
|
2014-07-22 21:58:00 +00:00
|
|
|
USES= libtool pathfix
|
2015-03-16 13:20:28 +00:00
|
|
|
INSTALL_TARGET= install-strip
|
2012-08-06 10:46:49 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|