summaryrefslogtreecommitdiff
path: root/audio/fdk-aac/Makefile
diff options
context:
space:
mode:
authoradam <adam>2014-11-30 18:58:43 +0000
committeradam <adam>2014-11-30 18:58:43 +0000
commite39da05ce4f2c8e3ebe7539bb872539092c3dac3 (patch)
tree7db3e496278de878ffae40933db90525f7b0a9d7 /audio/fdk-aac/Makefile
parent866c8da47598dc0b5554fcaeb5658440f00957d5 (diff)
downloadpkgsrc-e39da05ce4f2c8e3ebe7539bb872539092c3dac3.tar.gz
The Fraunhofer FDK AAC is a high-quality open-source AAC encoder library
developed by Fraunhofer IIS. It was officially released for Android, but has been ported to other platforms.
Diffstat (limited to 'audio/fdk-aac/Makefile')
-rw-r--r--audio/fdk-aac/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/fdk-aac/Makefile b/audio/fdk-aac/Makefile
new file mode 100644
index 00000000000..162e7de41c6
--- /dev/null
+++ b/audio/fdk-aac/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2014/11/30 18:58:43 adam Exp $
+
+DISTNAME= fdk-aac-0.1.3
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=opencore-amr/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://sourceforge.net/projects/opencore-amr/
+COMMENT= Fraunhofer FDK AAC Codec Library
+LICENSE= fraunhofer-license
+
+USE_LANGUAGES= c c++
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+GNU_CONFIGURE= yes
+
+PKGCONFIG_OVERRIDE+= fdk-aac.pc.in
+
+.include "../../mk/bsd.pkg.mk"