1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/benchmarks/expedite/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

32 lines
740 B
Makefile

# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$
PORTNAME= expedite
PORTVERSION= 1.7.10
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= tar:bzip2 pkgconfig
USE_LDCONFIG= yes
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
.include <bsd.port.mk>