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