blob: f3752608511722aebe2e005a94971cc5de5f7d8a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: buildlink3.mk,v 1.1 2014/08/07 20:23:27 wiz Exp $
BUILDLINK_TREE+= soundtouch
.if !defined(SOUNDTOUCH_BUILDLINK3_MK)
SOUNDTOUCH_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.soundtouch+= soundtouch>=1.8.0
BUILDLINK_PKGSRCDIR.soundtouch?= ../../audio/soundtouch
.endif # SOUNDTOUCH_BUILDLINK3_MK
BUILDLINK_TREE+= -soundtouch
|