summaryrefslogtreecommitdiff
path: root/audio/tremor/buildlink2.mk
diff options
context:
space:
mode:
authorchris <chris>2002-09-24 09:32:59 +0000
committerchris <chris>2002-09-24 09:32:59 +0000
commit311de33ae4ced4e085f7a80e4e189abbd347da02 (patch)
tree571cb7e550240a425f731e544c0c1a409ed4d825 /audio/tremor/buildlink2.mk
parent49ff553edbd72130052b04e9c051468b730f5598 (diff)
downloadpkgsrc-311de33ae4ced4e085f7a80e4e189abbd347da02.tar.gz
Initial import of tremor, the fixed point ogg vorbis decoder lib.
Diffstat (limited to 'audio/tremor/buildlink2.mk')
-rw-r--r--audio/tremor/buildlink2.mk19
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/tremor/buildlink2.mk b/audio/tremor/buildlink2.mk
new file mode 100644
index 00000000000..307a2f21e2d
--- /dev/null
+++ b/audio/tremor/buildlink2.mk
@@ -0,0 +1,19 @@
+# $NetBSD: buildlink2.mk,v 1.1.1.1 2002/09/24 09:32:59 chris Exp $
+
+.if !defined(TREMOR_BUILDLINK2_MK)
+TREMOR_BUILDLINK2_MK= # defined
+
+BUILDLINK_PACKAGES+= tremor
+BUILDLINK_DEPENDS.tremor?= tremor>=1.2.0
+BUILDLINK_PKGSRCDIR.tremor?= ../../audio/tremor
+
+EVAL_PREFIX+= BUILDLINK_PREFIX.tremor=tremor
+BUILDLINK_PREFIX.tremor_DEFAULT= ${LOCALBASE}
+BUILDLINK_FILES.tremor= include/tremor/*
+BUILDLINK_FILES.tremor+= lib/libvorbisidec.*
+
+BUILDLINK_TARGETS+= tremor-buildlink
+
+tremor-buildlink: _BUILDLINK_USE
+
+.endif # TREMOR_BUILDLINK2_MK