diff options
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/expedite/Makefile | 15 | ||||
-rw-r--r-- | benchmarks/expedite/distinfo | 4 |
2 files changed, 7 insertions, 12 deletions
diff --git a/benchmarks/expedite/Makefile b/benchmarks/expedite/Makefile index 378e057c6c53..6c6c39f75811 100644 --- a/benchmarks/expedite/Makefile +++ b/benchmarks/expedite/Makefile @@ -2,22 +2,20 @@ # $FreeBSD$ PORTNAME= expedite -PORTVERSION= 1.7.9 -PORTREVISION= 1 +PORTVERSION= 1.7.10 CATEGORIES= benchmarks enlightenment -MASTER_SITES= http://download.enlightenment.org/releases/ \ - LOCAL/gblach/e17/ +MASTER_SITES= http://download.enlightenment.org/releases/ MAINTAINER= gblach@FreeBSD.org COMMENT= Expedite is a benchmark suite for Evas LICENSE= BSD2CLAUSE -DIST_SUBDIR= e17 +LIB_DEPENDS= libefl.so:${PORTSDIR}/devel/efl + +DIST_SUBDIR= enlightenment GNU_CONFIGURE= yes USES= tar:bzip2 pkgconfig -USE_EFL= evas -USE_EFL_EVAS_ENGINES= buffer USE_LDCONFIG= yes OPTIONS_DEFINE= OPENGL SDL X11 @@ -29,21 +27,18 @@ X11_DESC= Enable X11 evas engine .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MOPENGL} -USE_EFL_EVAS_ENGINES+= opengl CONFIGURE_ARGS+= --enable-opengl-x11 .else CONFIGURE_ARGS+= --disable-opengl-x11 .endif .if ${PORT_OPTIONS:MSDL} -USE_EFL_EVAS_ENGINES+= sdl CONFIGURE_ARGS+= --enable-software-sdl .else CONFIGURE_ARGS+= --disable-software-sdl .endif .if ${PORT_OPTIONS:MX11} -USE_EFL_EVAS_ENGINES+= x11 CONFIGURE_ARGS+= --enable-software-x11 --enable-xrender-x11 .else CONFIGURE_ARGS+= --disable-software-x11 --disable-xrender-x11 diff --git a/benchmarks/expedite/distinfo b/benchmarks/expedite/distinfo index a4a94a17b49a..c7f50e78472f 100644 --- a/benchmarks/expedite/distinfo +++ b/benchmarks/expedite/distinfo @@ -1,2 +1,2 @@ -SHA256 (e17/expedite-1.7.9.tar.bz2) = 258aaac9ba6eac50c046c6267dad2da79481206b761b225da26094911720b62a -SIZE (e17/expedite-1.7.9.tar.bz2) = 5736114 +SHA256 (enlightenment/expedite-1.7.10.tar.bz2) = 91d0290ba3635a4440c389647643beaa8e39def2789d685d54a58a723398cc10 +SIZE (enlightenment/expedite-1.7.10.tar.bz2) = 5736765 |