c9c402896a
TAP-plugins is short for Tom's Audio Processing plugins. It is a bunch of LADSPA plugins for digital audio processing, intended for use in a professional DAW environment such as Ardour. These plugins should compile and run on any recent (that is, not seriously outdated) GNU/Linux system. They don't require any special libraries besides the standard GNU C and math libraries, which are expected to be provided on the machine used for compiling.
12 lines
343 B
Makefile
12 lines
343 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2013/07/02 12:03:24 rodent Exp $
|
|
|
|
BUILDLINK_TREE+= tap-plugins
|
|
|
|
.if !defined(TAP_PLUGINS_BUILDLINK3_MK)
|
|
TAP_PLUGINS_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.tap-plugins+= tap-plugins>=0.7.2
|
|
BUILDLINK_PKGSRCDIR.tap-plugins?= ../../audio/tap-plugins
|
|
.endif # TAP_PLUGINS_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -tap-plugins
|