pkgsrc-wip/audio-mml/buildlink3.mk
Blair Sadewitz 11d8bd00ee Add wip/audio-mml, which is essentially current RAT (mbone/rat) from
their svn repository.  Currently it installs what are usually built
as convenience libraries as one full-fledged libtool library.

I'm hoping to experiment soon with using the audio layer (with its
excellent NetBSD support courtesy of developer Brook Milligan).
I haven't tried it yet, but it seems to also have some really slick
sound buffering code and of course RTP support, etc.

[Hopefully] more commits to come.
2008-03-12 05:27:58 +00:00

21 lines
653 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1.1.1 2008/03/12 05:27:58 bsadewitz Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
AUDIO_MML_BUILDLINK3_MK:= ${AUDIO_MML_BUILDLINK3_MK}+
.if ${BUILDLINK_DEPTH} == "+"
BUILDLINK_DEPENDS+= audio-mml
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Naudio-mml}
BUILDLINK_PACKAGES+= audio-mml
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}audio-mml
.if ${AUDIO_MML_BUILDLINK3_MK} == "+"
BUILDLINK_API_DEPENDS.audio-mml+= audio-mml>=4.4.01
BUILDLINK_PKGSRCDIR.audio-mml?= ../../wip/audio-mml
.endif # AUDIO_MML_BUILDLINK3_MK
.include "../../wip/common-mml/buildlink3.mk"
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}