- Update devel/py-efl to 1.19.0 [1] - Update x11-wm/enlightenment to 0.21.9 [2] - Update x11/terminology to 1.1.1 - Mark benchmarks/expedite as broken PR: 222462 [2] Submitted by: Gleb Popov [1], Hardy Schumacher [2] Differential Revision: https://reviews.freebsd.org/D12154 [1]
35 lines
859 B
Makefile
35 lines
859 B
Makefile
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= expedite
|
|
PORTVERSION= 1.7.10
|
|
PORTREVISION= 2
|
|
CATEGORIES= benchmarks enlightenment
|
|
MASTER_SITES= http://download.enlightenment.org/releases/
|
|
|
|
MAINTAINER= enlightenment@FreeBSD.org
|
|
COMMENT= Expedite is a benchmark suite for Evas
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
LIB_DEPENDS= libefl.so:devel/efl
|
|
|
|
DIST_SUBDIR= enlightenment
|
|
GNU_CONFIGURE= yes
|
|
USES= pkgconfig python:run shebangfix tar:bzip2
|
|
USE_LDCONFIG= yes
|
|
SHEBANG_FILES= src/bin/expedite-cmp
|
|
|
|
OPTIONS_DEFINE= OPENGL SDL X11
|
|
OPTIONS_DEFAULT=OPENGL X11
|
|
OPENGL_DESC= Enable OpenGL evas engine
|
|
SDL_DESC= Enable SDL evas engine
|
|
X11_DESC= Enable X11 evas engine
|
|
|
|
OPENGL_CONFIGURE_ENABLE= opengl-x11
|
|
SDL_CONFIGURE_ENABLE= software-sdl
|
|
X11_CONFIGURE_ENABLE= software-x11 xrender-x11
|
|
|
|
BROKEN= Do not build with devel/efl 1.19.x
|
|
|
|
.include <bsd.port.mk>
|