pkgsrc-wip/embryo/buildlink3.mk
dieter roelants 35a402c1f9 Import embryo-1.7.4 as wip/embryo.
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.
2012-12-30 19:43:00 +00:00

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