This is the core library of the Gtk2Hs suite of libraries for Haskell based on Gtk+. Gtk+ is an extensive and mature multi-platform toolkit for creating graphical user interfaces.
18 lines
516 B
Makefile
18 lines
516 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2011/07/12 13:54:38 phonohawk Exp $
|
|
|
|
BUILDLINK_TREE+= hs-gtk
|
|
|
|
.if !defined(HS_GTK_BUILDLINK3_MK)
|
|
HS_GTK_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.hs-gtk+= hs-gtk>=0.12
|
|
BUILDLINK_PKGSRCDIR.hs-gtk?= ../../wip/hs-gtk
|
|
|
|
.include "../../wip/hs-cairo/buildlink3.mk"
|
|
.include "../../wip/hs-glib/buildlink3.mk"
|
|
.include "../../wip/hs-mtl/buildlink3.mk"
|
|
.include "../../wip/hs-pango/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.endif # HS_GTK_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -hs-gtk
|