blob: 20b799284133cc3ea4c19269f503e2d663063a06 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: buildlink3.mk,v 1.9 2012/05/07 01:53:13 dholland Exp $
BUILDLINK_TREE+= cddb-bundle
.if !defined(CDDB_BUNDLE_BUILDLINK3_MK)
CDDB_BUNDLE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.cddb-bundle+= cddb-bundle>=0.2
BUILDLINK_ABI_DEPENDS.cddb-bundle+= cddb-bundle>=0.2nb1
BUILDLINK_PKGSRCDIR.cddb-bundle?= ../../audio/cddb-bundle
.endif # CDDB_BUNDLE_BUILDLINK3_MK
BUILDLINK_TREE+= -cddb-bundle
|