diff options
author | jlam <jlam@pkgsrc.org> | 2002-08-25 19:21:43 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-08-25 19:21:43 +0000 |
commit | efb93b17bd48d49105d00f52887445a53f7cd60b (patch) | |
tree | c69c41be2f3b44bedceeee7e348c2ae58c476c6a /audio/wsoundserver | |
parent | 653dc760d3901b3c7e67803c589352e8353a5030 (diff) | |
download | pkgsrc-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.mk | 21 |
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 |