summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/Speex-mixedcase/buildlink2.mk31
1 files changed, 31 insertions, 0 deletions
diff --git a/audio/Speex-mixedcase/buildlink2.mk b/audio/Speex-mixedcase/buildlink2.mk
new file mode 100644
index 00000000000..c2a8efece71
--- /dev/null
+++ b/audio/Speex-mixedcase/buildlink2.mk
@@ -0,0 +1,31 @@
+# $NetBSD: buildlink2.mk,v 1.1 2002/12/20 13:29:18 jmmv Exp $
+#
+# This Makefile fragment is included by packages that use Speex.
+#
+# This file was created automatically using createbuildlink 2.2.
+#
+
+.if !defined(SPEEX_BUILDLINK2_MK)
+SPEEX_BUILDLINK2_MK= # defined
+
+BUILDLINK_PACKAGES+= Speex
+BUILDLINK_DEPENDS.Speex?= Speex>=0.99.3
+BUILDLINK_PKGSRCDIR.Speex?= ../../audio/Speex
+
+EVAL_PREFIX+= BUILDLINK_PREFIX.Speex=Speex
+BUILDLINK_PREFIX.Speex_DEFAULT= ${LOCALBASE}
+BUILDLINK_FILES.Speex+= include/speex.h
+BUILDLINK_FILES.Speex+= include/speex_bits.h
+BUILDLINK_FILES.Speex+= include/speex_callbacks.h
+BUILDLINK_FILES.Speex+= include/speex_header.h
+BUILDLINK_FILES.Speex+= include/speex_stereo.h
+BUILDLINK_FILES.Speex+= lib/libspeex-0.99.*
+BUILDLINK_FILES.Speex+= lib/libspeex.*
+
+.include "../../audio/libogg/buildlink2.mk"
+
+BUILDLINK_TARGETS+= Speex-buildlink
+
+Speex-buildlink: _BUILDLINK_USE
+
+.endif # SPEEX_BUILDLINK2_MK