pkgsrc/audio/xmms-meta-input/buildlink2.mk
ben e4473afe58 Import xmms-meta-input-0.4, a XMMS plugin wrapper for shell scripts.
This plugin allows you to write XMMS plugins as Unix programs. You write
a program that understands the very simple commands on its command line
and outputs raw sound on its standard output and you're done with it.

What's good (and in fact the purpose of this plugin) is that you can
write input plugins for XMMS in C shell or Bash! Of course, you won't
be able to do much number crunching in a shell script, but you can use
it to run other programs to do the actual playing.
2003-12-24 00:09:55 +00:00

18 lines
565 B
Makefile

# $NetBSD: buildlink2.mk,v 1.1.1.1 2003/12/24 00:09:55 ben Exp $
#
.if !defined(XMMS_META_INPUT_BUILDLINK2_MK)
XMMS_META_INPUT_BUILDLINK2_MK= # defined
BUILDLINK_PACKAGES+= xmms-meta-input
BUILDLINK_DEPENDS.xmms-meta-input?= xmms-meta-input>=0.4
BUILDLINK_PKGSRCDIR.xmms-meta-input?= ../../audio/xmms-meta-input/
EVAL_PREFIX+= BUILDLINK_PREFIX.xmms-meta-input=xmms-meta-input
BUILDLINK_PREFIX.xmms-meta-input_DEFAULT= ${LOCALBASE}
BUILDLINK_TARGETS+= xmms-meta-input-buildlink
xmms-meta-input-buildlink: _BUILDLINK_USE
.endif # XMMS_META_INPUT_BUILDLINK2_MK