69ba6228f8
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. -- http://www.ladspa.org/
22 lines
594 B
Makefile
22 lines
594 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/02/28 17:43:28 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/+$//}
|