aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/evas/Makefile
blob: 66718e8021efb8233ecc3f28b8eafd8e9f1b171e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# New ports collection makefile for:    evas
# Date created:     24 Oct 2000
# Whom:         Jeremy Norris <ishmael27@home.com>
#
# $FreeBSD$
#

PORTNAME=   evas
PORTVERSION=    0.9.9.042
PORTREVISION=   1
PORTEPOCH=  2
CATEGORIES= graphics
MASTER_SITES=   # none
DISTFILES=  # none
EXTRACT_ONLY=   # none

MAINTAINER= stas@FreeBSD.org
COMMENT=    A hardware accelerated canvas API (meta-port)

NO_BUILD=   yes
USE_EFL=    evas

EVAS_ENGINES=   buffer opengl sdl x11 xrender
EVAS_LOADERS=   edb eet gif jpeg png svg tiff xpm

.for NODE in ${EVAS_ENGINES}
OPTIONS+=   ${NODE:U} "Install ${NODE} evas engine" on
.endfor

.for NODE in ${EVAS_LOADERS}
OPTIONS+=   ${NODE:U} "Install ${NODE} evas loader" on
.endfor

.include <bsd.port.pre.mk>

.for NODE in ${EVAS_ENGINES}
. if !defined(WITHOUT_${NODE:U})
USE_EFL_EVAS_ENGINES+=  ${NODE}
. endif
.endfor

.for NODE in ${EVAS_LOADERS}
. if !defined(WITHOUT_${NODE:U})
USE_EFL_EVAS_LOADERS+=  ${NODE}
. endif
.endfor

do-install:
    ${DO_NADA}

.include <bsd.port.post.mk>