pkgsrc-wip/libbtctl/buildlink3.mk
pancake ;) f18c15c9ac initial import of libbtctl
This library is intended to provide convenient GObject-style access to
common platform bluetooth functions.

The idea of this library is to stand alone and not to require GNOME.

If you have Mono and GTK# installed it will build Mono .NET bindings.
If you have Python and pygtk installed it will build Python bindings.
2004-11-11 15:10:06 +00:00

21 lines
620 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/11/11 15:10:06 poppnk Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
LIBBTCTL_BUILDLINK3_MK:= ${LIBBTCTL_BUILDLINK3_MK}+
.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+= libbtctl
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibbtctl}
BUILDLINK_PACKAGES+= libbtctl
.if !empty(LIBBTCTL_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.libbtctl+= libbtctl>=0.4.1
BUILDLINK_PKGSRCDIR.libbtctl?= ../../wip/libbtctl
.endif # LIBBTCTL_BUILDLINK3_MK
.include "../../wip/bluez-libs/buildlink3.mk"
.include "../../comms/openobex/buildlink3.mk"
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}