njb-sharp provides C# bindings for libnjb, to provide NJB Digital Audio Player (DAP) support to Mono applications See the libnjb project page for a complete list of supported NJB devices (Creative Nomad, Zen, Zen Micro, Dell DJ, and more) and detailed project information.
15 lines
370 B
Makefile
15 lines
370 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/04/24 23:48:46 jihbed Exp $
|
|
|
|
BUILDLINK_TREE+= njb-sharp
|
|
|
|
.if !defined(NJB_SHARP_BUILDLINK3_MK)
|
|
NJB_SHARP_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.njb-sharp+= njb-sharp>=0.2.2
|
|
BUILDLINK_PKGSRCDIR.njb-sharp?= ../../wip/njb-sharp
|
|
|
|
|
|
.include "../../wip/libnjb/buildlink3.mk"
|
|
.endif #NJB_SHARP_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -njb-sharp
|