(checked for in the gtk-vnc build, but not useful there, so I only add it in the hope that it is of use somewhere else)
15 lines
395 B
Makefile
15 lines
395 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/10/26 11:29:45 drochner Exp $
|
|
|
|
BUILDLINK_TREE+= libview
|
|
|
|
.if !defined(LIBVIEW_BUILDLINK3_MK)
|
|
LIBVIEW_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libview+= libview>=0.6.4
|
|
BUILDLINK_PKGSRCDIR.libview?= ../../devel/libview
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../x11/gtkmm/buildlink3.mk"
|
|
.endif # LIBVIEW_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libview
|