pkgsrc-wip/gtksourcecompletion/buildlink3.mk
Kamel Ibn Aziz Derouiche 015dae48dc Import gtksourcecompletion-0.5.2 as wip/gtksourcecompletion.
GtkSourceCompletion is a library to add (auto)completion
and calltips support to GtkSourceView. The library manages all events,
etc  the popup position but it doesn't complete anything,
it is the base library. You can develop providers for GtkSourceCompletion and
the library will use it to show all the proposals,
the information for every proposal etc
2009-05-23 15:34:40 +00:00

15 lines
469 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/05/23 15:34:40 jihbed Exp $
BUILDLINK_TREE+= gtksourcecompletion
.if !defined(GTKSOURCECOMPLETION_BUILDLINK3_MK)
GTKSOURCECOMPLETION_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.gtksourcecompletion+= gtksourcecompletion>=0.5.2
BUILDLINK_PKGSRCDIR.gtksourcecompletion?= ../../wip/gtksourcecompletion
.include "../../x11/gtksourceview2/buildlink3.mk"
.endif # GTKSOURCECOMPLETION_BUILDLINK3_MK
BUILDLINK_TREE+= -gtksourcecompletion