Update graphics/edje to version 1.7.6,2
[dports.git] / graphics / edje / Makefile
1 # Created by: Vanilla I. Shu <vanilla@FreeBSD.org>
2 # $FreeBSD: graphics/edje/Makefile 316272 2013-04-22 20:35:19Z gblach $
3
4 PORTNAME=       edje
5 PORTVERSION=    1.7.6
6 PORTEPOCH=      2
7 CATEGORIES=     graphics enlightenment
8 MASTER_SITES=   http://download.enlightenment.fr/releases/ \
9                 LOCAL/gblach/e17/
10
11 MAINTAINER=     gblach@FreeBSD.org
12 COMMENT=        Edje is a complex graphical design and layout engine
13
14 LICENSE=        BSD
15
16 RUN_DEPENDS=    update-mime-database:${PORTSDIR}/misc/shared-mime-info
17
18 DIST_SUBDIR=    e17
19 USE_BZIP2=      yes
20 GNU_CONFIGURE=  yes
21 USES=           pathfix shared-mime-info
22 USE_EFL=        eet evas ecore embryo libtool_hack librt_hack
23 USE_EFL_EVAS_LOADERS=   eet jpeg png
24 USE_EFL_ECORE=  evas file imf imf_evas
25 USE_LUA=        5.1+
26 USE_LDCONFIG=   yes
27
28 CONFIGURE_ARGS+=        --without-vim
29
30 post-patch:
31         @${REINPLACE_CMD} -E -e "/^SUBDIRS[[:space:]]+=/s/utils//" \
32             ${WRKSRC}/Makefile.in
33         @${REINPLACE_CMD} -e 's|= \$$(datadir)/\$$(PACKAGE)/examples|= $$(datadir)/examples/$$(PACKAGE)|' \
34                 ${WRKSRC}/src/examples/Makefile.in
35
36 .include <bsd.port.mk>