Update graphics/luminance to version 2.3.1_4
[dports.git] / graphics / edje / Makefile
1 # Created by: Vanilla I. Shu <vanilla@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       edje
5 PORTVERSION=    1.7.9
6 PORTREVISION=   3
7 PORTEPOCH=      2
8 CATEGORIES=     graphics enlightenment
9 MASTER_SITES=   http://download.enlightenment.org/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=        BSD2CLAUSE
16
17 DIST_SUBDIR=    e17
18 GNU_CONFIGURE=  yes
19 USES=           pathfix pkgconfig shared-mime-info lua tar:bzip2
20 USE_EFL=        eina eet evas ecore eio embryo libtool_hack librt_hack
21 USE_EFL_EVAS_LOADERS=   eet jpeg png
22 USE_EFL_ECORE=  evas file imf imf_evas
23 USE_LDCONFIG=   yes
24
25 CONFIGURE_ARGS+=        --without-vim
26
27 post-patch:
28         @${REINPLACE_CMD} -e "s/lua >=/lua-${LUA_VER} >=/g" \
29                 -e 's/requirement_lua="lua"/requirement_lua="lua-${LUA_VER}"/g' ${WRKSRC}/configure
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>