aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/edje/Makefile
blob: 8907e49fd2102c7caa5c08968f4c82046fef7216 (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
# Created by: Vanilla I. Shu <vanilla@FreeBSD.org>
# $FreeBSD$

PORTNAME=   edje
PORTVERSION=    1.7.6
PORTEPOCH=  2
CATEGORIES= graphics enlightenment
MASTER_SITES=   http://download.enlightenment.fr/releases/ \
        LOCAL/gblach/e17/

MAINTAINER= gblach@FreeBSD.org
COMMENT=    Edje is a complex graphical design and layout engine

LICENSE=    BSD

RUN_DEPENDS=    update-mime-database:${PORTSDIR}/misc/shared-mime-info

DIST_SUBDIR=    e17
USE_BZIP2=  yes
GNU_CONFIGURE=  yes
USES=       pathfix shared-mime-info
USE_EFL=    eet evas ecore embryo libtool_hack librt_hack
USE_EFL_EVAS_LOADERS=   eet jpeg png
USE_EFL_ECORE=  evas file imf imf_evas
USE_LUA=    5.1+
USE_LDCONFIG=   yes

CONFIGURE_ARGS+=    --without-vim

post-patch:
    @${REINPLACE_CMD} -E -e "/^SUBDIRS[[:space:]]+=/s/utils//" \
        ${WRKSRC}/Makefile.in
    @${REINPLACE_CMD} -e 's|= \$$(datadir)/\$$(PACKAGE)/examples|= $$(datadir)/examples/$$(PACKAGE)|' \
        ${WRKSRC}/src/examples/Makefile.in

.include <bsd.port.mk>