2005-06-16 10:02:17 +00:00
|
|
|
# New ports collection makefile for: edje
|
|
|
|
# Date created: 08/08/2004
|
|
|
|
# Whom: vanilla
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= edje
|
2008-03-11 21:13:53 +00:00
|
|
|
PORTVERSION= 0.5.0.042
|
|
|
|
PORTREVISION= 0
|
|
|
|
PORTEPOCH= 2
|
2005-06-16 10:02:17 +00:00
|
|
|
CATEGORIES= graphics
|
2008-03-11 21:13:53 +00:00
|
|
|
MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ \
|
|
|
|
http://download.enlightenment.org/snapshots/2008-01-25/
|
2005-06-16 10:02:17 +00:00
|
|
|
|
2006-10-08 13:48:37 +00:00
|
|
|
MAINTAINER= stas@FreeBSD.org
|
2005-06-16 10:02:17 +00:00
|
|
|
COMMENT= Edje is a complex graphical design and layout engine
|
|
|
|
|
2006-02-23 10:40:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2006-10-08 13:48:37 +00:00
|
|
|
USE_BZIP2= yes
|
2005-06-16 10:02:17 +00:00
|
|
|
USE_GNOME= gnomehack pkgconfig gnometarget
|
2006-10-08 13:48:37 +00:00
|
|
|
USE_EFL= embryo eet evas ecore imlib2
|
2008-03-11 21:13:53 +00:00
|
|
|
USE_EFL_ECORE= evas job
|
|
|
|
USE_EVAS_LOADERS= edb eet jpeg png
|
2006-10-08 13:48:37 +00:00
|
|
|
USE_LDCONFIG= yes
|
2005-06-16 10:02:17 +00:00
|
|
|
|
2008-03-11 21:13:53 +00:00
|
|
|
CONFIGURE_ARGS+= --without-vim
|
|
|
|
|
2005-07-23 02:59:34 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2006-09-13 14:21:14 +00:00
|
|
|
.if ${ARCH} == "ia64"
|
2006-10-08 13:48:37 +00:00
|
|
|
BROKEN= edje is broken on ia64
|
2006-09-13 14:21:14 +00:00
|
|
|
.endif
|
|
|
|
|
2005-07-23 02:59:34 +00:00
|
|
|
.include <bsd.port.post.mk>
|