14 lines
394 B
Makefile
14 lines
394 B
Makefile
# $NetBSD: buildlink3.mk,v 1.8 2009/04/19 08:19:37 rh 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
|