2005-06-16 12:02:17 +02:00
|
|
|
# New ports collection makefile for: edje
|
|
|
|
# Date created: 08/08/2004
|
|
|
|
# Whom: vanilla
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= edje
|
2007-03-11 09:51:14 +01:00
|
|
|
PORTVERSION= 20070223
|
2007-06-02 12:55:54 +02:00
|
|
|
PORTREVISION= 2
|
2006-10-08 15:48:37 +02:00
|
|
|
PORTEPOCH= 1
|
2005-06-16 12:02:17 +02:00
|
|
|
CATEGORIES= graphics
|
2007-03-11 09:51:14 +01:00
|
|
|
MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/
|
2005-06-16 12:02:17 +02:00
|
|
|
|
2006-10-08 15:48:37 +02:00
|
|
|
MAINTAINER= stas@FreeBSD.org
|
2005-06-16 12:02:17 +02:00
|
|
|
COMMENT= Edje is a complex graphical design and layout engine
|
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-10-08 15:48:37 +02:00
|
|
|
USE_BZIP2= yes
|
2007-06-02 12:55:54 +02:00
|
|
|
USE_GCC= 3.4+
|
2005-06-16 12:02:17 +02:00
|
|
|
USE_GNOME= gnomehack pkgconfig gnometarget
|
2006-10-08 15:48:37 +02:00
|
|
|
USE_EFL= embryo eet evas ecore imlib2
|
|
|
|
USE_LDCONFIG= yes
|
2005-06-16 12:02:17 +02:00
|
|
|
|
2005-07-23 04:59:34 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2005-12-05 13:52:00 +01:00
|
|
|
.if ${OSVERSION} < 500000
|
|
|
|
IGNORE= does not build on 4.X
|
2005-07-23 04:59:34 +02:00
|
|
|
.endif
|
|
|
|
|
2006-09-13 16:21:14 +02:00
|
|
|
.if ${ARCH} == "ia64"
|
2006-10-08 15:48:37 +02:00
|
|
|
BROKEN= edje is broken on ia64
|
2006-09-13 16:21:14 +02:00
|
|
|
.endif
|
|
|
|
|
2005-07-23 04:59:34 +02:00
|
|
|
.include <bsd.port.post.mk>
|