pkgsrc-wip/edje/Makefile
2007-09-21 13:06:49 +00:00

22 lines
595 B
Makefile

# $NetBSD: Makefile,v 1.11 2007/09/21 13:06:51 thomasklausner Exp $
#
DISTNAME= edje-0.5.0.037
PKGREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://enlightenment.freedesktop.org/files/
EXTRACT_SUFX= .tar.gz
MAINTAINER= grzela@seculture.com
HOMEPAGE= http://enlightenment.org/
COMMENT= Interface Abstraction Library and Toolset
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_TOOLS= pkg-config
DEPENDS+= ecore>=0.9.9.037:../../wip/ecore
DEPENDS+= embryo>=0.9.1.037:../../wip/embryo
.include "../../wip/ecore/buildlink3.mk"
.include "../../wip/embryo/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"