diff options
Diffstat (limited to 'lang/embryo/Makefile')
-rw-r--r-- | lang/embryo/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lang/embryo/Makefile b/lang/embryo/Makefile index d10090784b7..68a640459a6 100644 --- a/lang/embryo/Makefile +++ b/lang/embryo/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.7 2009/12/16 19:30:31 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2011/12/05 17:17:36 joerg Exp $ # -DISTNAME= embryo-0.9.9.063 +DISTNAME= embryo-1.1.0 CATEGORIES= lang -MASTER_SITES= http://download.enlightenment.org/snapshots/2009-12-02/ +MASTER_SITES= http://download.enlightenment.org/releases/ EXTRACT_SUFX= .tar.bz2 -MAINTAINER= grzela@seculture.com +MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://enlightenment.org/ COMMENT= Embeddable Scripting Language @@ -18,4 +18,5 @@ USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE= embryo.pc.in +.include "../../devel/eina/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |