mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
a0387acfb6
- Change master site to download.enlightenment.fr Approved by: tabthorpe (mentor)
40 lines
1000 B
Makefile
40 lines
1000 B
Makefile
# Created by: Vanilla I. Shu <vanilla@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= edje
|
|
PORTVERSION= 1.7.5
|
|
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
|
|
USE_LUA= 5.1+
|
|
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_GNOME= gnomehack pkgconfig
|
|
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
|
|
|
|
post-install:
|
|
-update-mime-database ${PREFIX}/share/mime
|
|
|
|
.include <bsd.port.mk>
|