cf4cae0c0f
Hyena is a C# library used to make awesome applications. It contains a lot of random things, including useful data structures, a Sqlite-based db layer, cool widgets, a JSON library, a smart job/task scheduler, a user-query/search parser, and much more. It's particularly useful for Gtk# applications, though only the Hyena.Gui assembly requires Gtk#.
14 lines
328 B
Makefile
14 lines
328 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2014/05/26 09:24:56 wiz Exp $
|
|
|
|
BUILDLINK_TREE+= hyena
|
|
|
|
.if !defined(HYENA_BUILDLINK3_MK)
|
|
HYENA_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.hyena+= hyena>=0.5
|
|
BUILDLINK_PKGSRCDIR.hyena?= ../../x11/hyena
|
|
|
|
.include "../../x11/gtk-sharp/buildlink3.mk"
|
|
.endif # HYENA_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -hyena
|