aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/e17-modules/Makefile
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2012-06-26 17:36:30 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2012-06-26 17:36:30 +0000
commitb9eaf394330b28c95aff1aed37c4e9c7269123a4 (patch)
treec7d813040107a076d3b35f3a2eefbed1462e4ed4 /x11-wm/e17-modules/Makefile
parent2cce93719ddda5af2198b65d659b27535350e329 (diff)
- Update E17 ports:
EFL updated to 1.1.0 and E17 updated to 0.16.999.65643 (svn 65643) - Pass maintainership to submitter. - New ports: benchmarks/expedite devel/eio graphics/evas-loader-generic graphics/evas-loader-ico graphics/evas-loader-psd graphics/evas-loader-wbmp graphics/evas_generic_loaders-gst graphics/evas_generic_loaders-pdf graphics/evas_generic_loaders-ps graphics/evas_generic_loaders-raw graphics/evas_generic_loaders-xcf x11-wm/e17-module-comp-scale x11-wm/e17-module-e-tiling x11-wm/e17-module-elfe x11-wm/e17-module-everything-aspell x11-wm/e17-module-everything-shotgun x11-wm/e17-module-xkbswitch PR: ports/167405 Submitted by: Grzegorz Blach <magik at roorback.net>
Notes
Notes: svn path=/head/; revision=300032
Diffstat (limited to 'x11-wm/e17-modules/Makefile')
-rw-r--r--x11-wm/e17-modules/Makefile21
1 files changed, 10 insertions, 11 deletions
diff --git a/x11-wm/e17-modules/Makefile b/x11-wm/e17-modules/Makefile
index 17ba90fbe822..11267456b351 100644
--- a/x11-wm/e17-modules/Makefile
+++ b/x11-wm/e17-modules/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= e17-modules
-PORTVERSION= 20110129
-PORTREVISION= 1
+PORTVERSION= 20111128
CATEGORIES= x11-wm enlightenment
MASTER_SITES= # Empty
DISTFILES= # Empty
@@ -19,17 +18,17 @@ NO_BUILD= yes
WANT_EFL= yes
E17_ARCH= freebsd${OSREL}-${ARCH}
-MODULES= alarm calendar cpu deskshow diskio drawer \
- efm_nav efm_path efm_pathbar empris eooorg \
- everything-mpris everything-pidgin everything-places \
- everything-wallpaper everything-websearch exebuf execwatch \
- flame forecasts iiirk itask itask-ng language mail mem \
- moon mpdule net news notification penguins photo \
- places quickaccess rain screenshot slideshow snow taskbar \
- tclock tiling uptime weather winlist-ng winselector wlan
+MODULES= alarm calendar comp-scale cpu deskshow diskio drawer e-tiling elfe empris eooorg \
+ everything-aspell everything-mpris everything-pidgin everything-places \
+ everything-shotgun everything-wallpaper everything-websearch exebuf execwatch \
+ flame forecasts iiirk itask itask-ng language mail mem moon mpdule net news \
+ penguins photo places quickaccess rain screenshot slideshow snow \
+ taskbar tclock tiling uptime weather winlist-ng winselector wlan xkbswitch
+COMP_SCALE_PATH= scale
EVERYTHING_MPRIS_PATH= evry-mpris
EVERYTHING_PIDGIN_PATH= evry-pidgin
+EVERYTHING_SHOTGUN_PATH= evry-shotgun
EVERYTHING_WEBSEARCH_PATH= evry-websearch
.for M in ${MODULES}
@@ -47,7 +46,7 @@ OPTIONS+= off
. if !defined(${M:U:S,-,_,g}_PATH)
${M:U:S,-,_,g}_PATH= ${M}
. endif
-. if defined(WITH_${M:U:S,-,_,g})
+. if !defined(WITHOUT_${M:U:S,-,_,g})
RUN_DEPENDS+= ${LOCALBASE}/lib/enlightenment/modules/${${M:U:S,-,_,g}_PATH}/${E17_ARCH}/module.so:${PORTSDIR}/x11-wm/e17-module-${M}
. endif
.endfor