Add buildlink3.mk
This commit is contained in:
parent
85eed96206
commit
f491d6db49
1 changed files with 14 additions and 0 deletions
14
audio/libebur128/buildlink3.mk
Normal file
14
audio/libebur128/buildlink3.mk
Normal file
|
@ -0,0 +1,14 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1 2014/04/30 14:10:06 wiz Exp $
|
||||
|
||||
BUILDLINK_TREE+= libebur128
|
||||
|
||||
.if !defined(LIBEBUR128_BUILDLINK3_MK)
|
||||
LIBEBUR128_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.libebur128+= libebur128>=1.0.1
|
||||
BUILDLINK_PKGSRCDIR.libebur128?= ../../audio/libebur128
|
||||
|
||||
.include "../../audio/speex/buildlink3.mk"
|
||||
.endif # LIBEBUR128_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_TREE+= -libebur128
|
Loading…
Reference in a new issue