summaryrefslogtreecommitdiff
path: root/audio/celt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/celt/Makefile')
-rw-r--r--audio/celt/Makefile37
1 files changed, 37 insertions, 0 deletions
diff --git a/audio/celt/Makefile b/audio/celt/Makefile
new file mode 100644
index 00000000000..ac07a023f48
--- /dev/null
+++ b/audio/celt/Makefile
@@ -0,0 +1,37 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/12/03 00:44:49 bjs Exp $
+#
+
+DISTNAME= celt-0.5.0
+CATEGORIES= audio
+MASTER_SITES= http://downloads.us.xiph.org/releases/celt/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://downloads.us.xiph.org/releases/celt/
+COMMENT= Ultra-low-delay, high-quality audio codec (experimental)
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+
+PKGCONFIG_OVERRIDE+= celt.pc.in
+
+.include "../../mk/bsd.prefs.mk"
+.include "../../mk/oss.buildlink3.mk"
+
+.if ${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD" || ${OPSYS} == "Solaris"
+###
+### XXX Remove this definition if DEVSUNAUDIO is placed in default mk.conf.
+###
+DEVSUNAUDIO?= /dev/audio
+BUILD_DEFS+= DEVSUNAUDIO
+CFLAGS+= -DDEVSUNAUDIO=\"${DEVSUNAUDIO:U/dev/audio}\"
+.elif ${OSS_TYPE} != "none"
+MAKE_ENV+= LIBOSSAUDIO=${LIBOSSAUDIO:Q}
+CFLAGS+= -DDEVOSSAUDIO=\"${DEVOSSAUDIO:U/dev/dsp}\"
+.endif
+
+.include "options.mk"
+
+.include "../../mk/bsd.pkg.mk"