The gtk3 option still remains, and this package has too many options already. (Also, the gtk2 and python didn't work cleanly with each other.)
41 lines
1 KiB
Makefile
41 lines
1 KiB
Makefile
# $NetBSD: buildlink3.mk,v 1.44 2020/03/23 15:56:55 wiz Exp $
|
|
|
|
BUILDLINK_TREE+= avahi
|
|
|
|
.if !defined(AVAHI_BUILDLINK3_MK)
|
|
AVAHI_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.avahi+= avahi>=0.6.23
|
|
BUILDLINK_ABI_DEPENDS.avahi+= avahi>=0.6.32nb21
|
|
BUILDLINK_PKGSRCDIR.avahi?= ../../net/avahi
|
|
|
|
pkgbase := avahi
|
|
.include "../../mk/pkg-build-options.mk"
|
|
|
|
.if !empty(PKG_BUILD_OPTIONS.avahi:Mgdbm)
|
|
. include "../../databases/gdbm/buildlink3.mk"
|
|
.endif
|
|
|
|
.if !empty(PKG_BUILD_OPTIONS.avahi:Mgtk3)
|
|
.include "../../x11/gtk3/buildlink3.mk"
|
|
.endif
|
|
|
|
.if !empty(PKG_BUILD_OPTIONS.avahi:Mintrospection)
|
|
.include "../../devel/gobject-introspection/buildlink3.mk"
|
|
.endif
|
|
|
|
.if !empty(PKG_BUILD_OPTIONS.avahi:Mmono)
|
|
.include "../../x11/gtk-sharp/buildlink3.mk"
|
|
.endif
|
|
|
|
.if !empty(PKG_BUILD_OPTIONS.avahi:Mpython)
|
|
.include "../../lang/python/application.mk"
|
|
.endif
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../sysutils/dbus/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.endif # AVAHI_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -avahi
|