summaryrefslogtreecommitdiff
path: root/audio/wsoundserver
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-08-25 19:21:43 +0000
committerjlam <jlam@pkgsrc.org>2002-08-25 19:21:43 +0000
commitefb93b17bd48d49105d00f52887445a53f7cd60b (patch)
treec69c41be2f3b44bedceeee7e348c2ae58c476c6a /audio/wsoundserver
parent653dc760d3901b3c7e67803c589352e8353a5030 (diff)
downloadpkgsrc-efb93b17bd48d49105d00f52887445a53f7cd60b.tar.gz
Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.
Diffstat (limited to 'audio/wsoundserver')
-rw-r--r--audio/wsoundserver/buildlink2.mk21
1 files changed, 21 insertions, 0 deletions
diff --git a/audio/wsoundserver/buildlink2.mk b/audio/wsoundserver/buildlink2.mk
new file mode 100644
index 00000000000..85c0fb0d175
--- /dev/null
+++ b/audio/wsoundserver/buildlink2.mk
@@ -0,0 +1,21 @@
+# $NetBSD: buildlink2.mk,v 1.2 2002/08/25 19:21:57 jlam Exp $
+
+.if !defined(WSOUND_BUILDLINK2_MK)
+WSOUND_BUILDLINK2_MK= # defined
+
+BUILDLINK_PACKAGES+= wsound
+BUILDLINK_DEPENDS.wsound?= wsoundserver>=0.4.0
+BUILDLINK_PKGSRCDIR.wsound?= wsoundserver
+
+EVAL_PREFIX+= BUILDLINK_PREFIX.wsound=wsoundserver
+BUILDLINK_FILES.wsound= include/wsound.h
+BUILDLINK_FILES.wsound+= lib/libwsound.*
+
+.include "../../audio/libaudiofile/buildlink2.mk"
+.include "../../devel/libproplist/buildlink2.mk"
+
+BUILDLINK_TARGETS+= wsound-buildlink
+
+wsound-buildlink: _BUILDLINK_USE
+
+.endif # WSOUND_BUILDLINK2_MK