diff options
Diffstat (limited to 'graphics/entice/Makefile')
-rw-r--r-- | graphics/entice/Makefile | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/graphics/entice/Makefile b/graphics/entice/Makefile index 89d938638aed..20341a855cbb 100644 --- a/graphics/entice/Makefile +++ b/graphics/entice/Makefile @@ -6,8 +6,8 @@ # PORTNAME= entice -PORTVERSION= 20070223 -PORTREVISION= 1 +PORTVERSION= 20070915 +PORTREVISION= 0 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ @@ -15,18 +15,15 @@ MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ MAINTAINER= stas@FreeBSD.org COMMENT= An image viewer written using libraries for Enlightenment 0.17 -LIB_DEPENDS= esmart_thumb.0:${PORTSDIR}/graphics/esmart - GNU_CONFIGURE= yes USE_BZIP2= yes USE_GNOME= gnometarget pkgconfig USE_EFL= imlib2 evas edb ecore edje epsilon -USE_EFL_ESMART= thumb - -.include <bsd.port.pre.mk> +USE_EFL_ECORE= ipc +USE_EFL_ESMART= thumb container draggies trans_x11 -.if ${ARCH}==ia64 -BROKEN= does not install on ${ARCH} -.endif +DEPRECATED= Broken and unmaintained +EXPIRATION_DATE= 2008-03-20 +BROKEN= don't work with current EFL -.include <bsd.port.post.mk> +.include <bsd.port.mk> |