diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-01-12 13:57:49 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-01-12 13:57:49 +0000 |
commit | 3d38784d12f926061b7bf4f3f89d4cc5cbf198e1 (patch) | |
tree | 12746f83ca4772a3997b0f3b42407f5310a75342 /audio/ladspa/buildlink3.mk | |
parent | 994d996935592ba304513555904aa9a5028cfd8c (diff) | |
download | pkgsrc-3d38784d12f926061b7bf4f3f89d4cc5cbf198e1.tar.gz |
Initial import of ladspa-1.12 from pkgsrc-wip.
Many audio synthesis and recording packages are in use or in
development. These work in many different ways. LADSPA
provides a standard way for `plugin' audio processors to be used with
a wide range of these packages.
For instance, this allows a developer to make a reverb program and
bundle it into a LADSPA `plugin library.' Ordinary users can then use
this reverb within any LADSPA-friendly audio application.
Diffstat (limited to 'audio/ladspa/buildlink3.mk')
-rw-r--r-- | audio/ladspa/buildlink3.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/audio/ladspa/buildlink3.mk b/audio/ladspa/buildlink3.mk new file mode 100644 index 00000000000..b6039a9ad65 --- /dev/null +++ b/audio/ladspa/buildlink3.mk @@ -0,0 +1,22 @@ +# $NetBSD: buildlink3.mk,v 1.1.1.1 2005/01/12 13:57:51 xtraeme Exp $ +# +# This Makefile fragment is included by packages that use ladspa. +# +# This file was created automatically using createbuildlink-3.1. +# + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ +LADSPA_BUILDLINK3_MK:= ${LADSPA_BUILDLINK3_MK}+ + +.if !empty(BUILDLINK_DEPTH:M+) +BUILDLINK_DEPENDS+= ladspa +.endif + +.if !empty(LADSPA_BUILDLINK3_MK:M+) +BUILDLINK_PACKAGES+= ladspa +BUILDLINK_DEPENDS.ladspa+= ladspa>=1.12 +BUILDLINK_PKGSRCDIR.ladspa?= ../../wip/ladspa + +.endif # LADSPA_BUILDLINK3_MK + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} |