35a402c1f9
Embryo implements a C like scripting language used in various parts of the Enlightenment project, namely Edje. Embryo allows scripting capabilities in places that otherwise wouldn't support basic programming structures such as in Edje EDCs.
14 lines
339 B
Makefile
14 lines
339 B
Makefile
# $NetBSD: buildlink3.mk,v 1.8 2012/12/30 19:43:00 roelants Exp $
|
|
|
|
BUILDLINK_TREE+= embryo
|
|
|
|
.if !defined(EMBRYO_BUILDLINK3_MK)
|
|
EMBRYO_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.embryo+= embryo>=1.7.0
|
|
BUILDLINK_PKGSRCDIR.embryo?= ../../wip/embryo
|
|
|
|
.include "../../wip/eina/buildlink3.mk"
|
|
.endif # EMBRYO_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -embryo
|