summaryrefslogtreecommitdiff
path: root/x11-wm/enlightenment
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-01-27 16:53:18 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-01-27 16:53:18 +0000
commitdb744767d7cabf999d75370339951b06c692d3a2 (patch)
tree5335590b32c28207cbc28b7eecc6ba8ef273c666 /x11-wm/enlightenment
parentp5-GD doesn't support gif generation, change to PNG method, (diff)
Enable zoom future on alpha with XFree86-4.
PR: ports/24678 Submitted by: conrad@th.physik.uni-bonn.de
Notes
Notes: svn path=/head/; revision=37649
Diffstat (limited to 'x11-wm/enlightenment')
-rw-r--r--x11-wm/enlightenment/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/x11-wm/enlightenment/Makefile b/x11-wm/enlightenment/Makefile
index ada6949a870b..a24a32998742 100644
--- a/x11-wm/enlightenment/Makefile
+++ b/x11-wm/enlightenment/Makefile
@@ -7,15 +7,15 @@
PORTNAME= enlightenment
PORTVERSION= 0.16.5
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11-wm
MASTER_SITES= ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/ \
ftp://ftp.dti.ad.jp/pub/X/enlightenment/enlightenment/ \
ftp://ftp.enlighte.nu/pub/Enlightenment/Enlightenment/ \
ftp://beaver.its.vu.edu.au/pub/enlightenment/ \
- ftp://freebsd.sinica.edu.tw/pub/clive/
-# ${MASTER_SITE_LOCAL}
-#MASTER_SITE_SUBDIR= vanilla
+ ftp://freebsd.sinica.edu.tw/pub/clive/ \
+ ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= vanilla
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
Aqua.etheme \
BlueSteel.etheme.zh_TW.Big5 \
@@ -41,7 +41,9 @@ CONFIGURE_ARGS= --enable-fsstd --with-included-gettext
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LIBS="-L${LOCALBASE}/lib -lxpg4"
-.if (${MACHINE} == "alpha")
+.include <bsd.port.pre.mk>
+
+.if (${MACHINE} == "alpha") && (${XFREE86_VERSION} == 3)
CONFIGURE_ARS+= --disable-zoom
.endif
@@ -56,4 +58,4 @@ post-install:
${CHOWN} -R root:wheel ${PREFIX}/share/enlightenment/themes
${CHMOD} -R a+rX ${PREFIX}/share/enlightenment/themes
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>