diff options
Diffstat (limited to 'lang/embryo/Makefile')
-rw-r--r-- | lang/embryo/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lang/embryo/Makefile b/lang/embryo/Makefile new file mode 100644 index 00000000000..1e37415f30b --- /dev/null +++ b/lang/embryo/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/10/26 07:54:20 minskim Exp $ +# + +DISTNAME= embryo-0.9.9.050 +CATEGORIES= lang +MASTER_SITES= http://download.enlightenment.org/snapshots/2008-09-25/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= grzela@seculture.com +HOMEPAGE= http://enlightenment.org/ +COMMENT= Embeddable Scripting Language + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= gmake pkg-config + +.include "../../mk/bsd.pkg.mk" |