Enable zoom future on alpha with XFree86-4.

PR:		ports/24678
Submitted by:	conrad@th.physik.uni-bonn.de
This commit is contained in:
Vanilla I. Shu 2001-01-27 16:53:18 +00:00
parent 9a9eb8a370
commit db744767d7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37649
3 changed files with 24 additions and 18 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>