# $Id: Portfile,v 1.3 2005/09/13 06:57:40 olegb Exp $ PortSystem 1.0 name embryo version 0.9.1.010 description A C like scripting language long_description Embryo implements a C like scripting language \ used in various parts of the Enlightenment project, \ namely Edje. Embryo\'s scripting language is based \ on CompuPhase\'s Small language that was introduced \ in Dr Dobb\'s Journal in 1999. Embryo allows scripting \ capabilities in places that otherwise wouldnt \ support basic programming structures such as in Edje EDCs. maintainers darwinports@opendarwin.org categories devel lang platforms darwin homepage http://www.enlightenment.org master_sites http://enlightenment.freedesktop.org/files/ \ sourceforge:enlightenment checksums md5 9332a76bc3dc784606b0c1eb3c07cc31 configure.args --mandir=${prefix}/share/man configure.env CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \ CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress"