summaryrefslogtreecommitdiff
path: root/x11-wm/enlightenment-devel/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2005-06-16 10:16:43 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2005-06-16 10:16:43 +0000
commitc5d9244c860467a39a1565c1298dbc59140a81ad (patch)
tree1d768f312a87d64f760f37266b1d2ed3d538d952 /x11-wm/enlightenment-devel/Makefile
parentAdd ewl, it's an Enlightened Widget Library. (diff)
Upgrade to 0.16.999.010, it's pre E 0.17 version.
Notes
Notes: svn path=/head/; revision=137542
Diffstat (limited to 'x11-wm/enlightenment-devel/Makefile')
-rw-r--r--x11-wm/enlightenment-devel/Makefile37
1 files changed, 12 insertions, 25 deletions
diff --git a/x11-wm/enlightenment-devel/Makefile b/x11-wm/enlightenment-devel/Makefile
index 5813e8f3506b..798ce9c746ff 100644
--- a/x11-wm/enlightenment-devel/Makefile
+++ b/x11-wm/enlightenment-devel/Makefile
@@ -6,39 +6,26 @@
#
PORTNAME= enlightenment
-PORTVERSION= 0.16.7.2
-PORTREVISION= 2
+PORTVERSION= 0.16.999.010
+PORTREVISION= 0
CATEGORIES= x11-wm
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITES= http://enlightenment.freedesktop.org/files/
MAINTAINER= vanilla@FreeBSD.org
COMMENT= A very artistic X window manager
-LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2
+LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2 \
+ evas.1:${PORTSDIR}/graphics/evas \
+ edje.5:${PORTSDIR}/graphics/edje \
+ ecore.1:${PORTSDIR}/x11/ecore \
+ embryo.9:${PORTSDIR}/lang/embryo \
+ eet.9:${PORTSDIR}/devel/eet
-USE_REINPLACE= yes
USE_X_PREFIX= yes
-USE_GNOME= esound
+USE_GNOME= gnomehack gnometarget
USE_ICONV= yes
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-fsstd --disable-hints-gnome --disable-hints-kde
+USE_LIBTOOL_VER= 15
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
-MAN1= enlightenment.1
-
-.include <bsd.port.pre.mk>
-
-.if (${MACHINE} == "alpha") && (${X_WINDOW_SYSTEM:L} == xfree86-3)
-CONFIGURE_ARGS+= --disable-zoom
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's| wctype.h||g ; \
- s|-ldl||g' ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
- ${WRKSRC}/scripts/e_gen_menu
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>