Gjs is a Javascript binding for GNOME. It's mainly based on Spidermonkey javascript engine and the GObject introspection framework.
18 lines
533 B
Makefile
18 lines
533 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2011/08/04 15:41:03 ryo-on Exp $
|
|
|
|
BUILDLINK_TREE+= gjs
|
|
|
|
.if !defined(GJS_BUILDLINK3_MK)
|
|
GJS_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.gjs+= gjs>=0.7.14
|
|
BUILDLINK_PKGSRCDIR.gjs?= ../../wip/gjs
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/gobject-introspection/buildlink3.mk"
|
|
.include "../../wip/spidermonkey185/buildlink3.mk"
|
|
#.include "../../graphics/cairo-gobject/buildlink3.mk"
|
|
.include "../../sysutils/dbus-glib/buildlink3.mk"
|
|
.endif # GJS_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -gjs
|