blob: 84c19214874a2e7435b6c011ec4fe8e9f2e47a9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: buildlink3.mk,v 1.9 2009/03/20 19:23:59 joerg Exp $
BUILDLINK_TREE+= tremor
.if !defined(TREMOR_BUILDLINK3_MK)
TREMOR_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.tremor+= tremor>=1.0.2
BUILDLINK_ABI_DEPENDS.tremor+= tremor>=1.0.2nb5
BUILDLINK_PKGSRCDIR.tremor?= ../../audio/tremor
.endif # TREMOR_BUILDLINK3_MK
BUILDLINK_TREE+= -tremor
|