aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ecore/Makefile
blob: 1b5dbf9e204d0be9036ef300837d86eabca2395b (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
52
# New ports collection makefile for:    ecore
# Date created:     22 September 2007
# Whom:         Stanislav Sedov <stas@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   ecore
PORTVERSION=    0.9.9.042
PORTREVISION=   0
PORTEPOCH=  2
CATEGORIES= devel
MASTER_SITES=   # none
DISTFILES=  # none
EXTRACT_ONLY=   # none

MAINTAINER= stas@FreeBSD.org
COMMENT=    Enlightenment core abstraction library (meta port)

NO_BUILD=   yes
USE_EFL=    ecore

ECORE_MODULES=  con config desktop evas file ipc job sdl txt x11 imf imf_evas
ECORE_sdl_off=  yes

.for NODE in ${ECORE_MODULES}
OPTIONS+=   ${NODE:U} "Install ${NODE} ecore module"
. if !defined(ECORE_${NODE}_off)
OPTIONS+=   on
. else
OPTIONS+=   off
. endif
.endfor

.include <bsd.port.pre.mk>

.for NODE in ${ECORE_MODULES}
. if !defined(ECORE_${NODE}_off)
.  if !defined(WITHOUT_${NODE:U})
USE_EFL_ECORE+= ${NODE}
.  endif
. else
.  if defined(WITH_${NODE:U})
USE_EFL_ECORE+= ${NODE}
.  endif
. endif
.endfor

do-install:
    ${DO_NADA}

.include <bsd.port.post.mk>