diff options
author | Grzegorz Blach <gblach@FreeBSD.org> | 2014-11-25 03:07:22 +0000 |
---|---|---|
committer | Grzegorz Blach <gblach@FreeBSD.org> | 2014-11-25 03:07:22 +0000 |
commit | 273c6e6d76de909e0b97d381d45340af8e91a37e (patch) | |
tree | a3ede366da71e5f2c9d8a5565a987a08de3b99d0 /x11-wm/e17-modules/Makefile | |
parent | e688f6929aa312916047cec14f32a26ac695505a (diff) |
- Merge EFL libraries into devel/efl and update to 1.12.0
- Update x11-toolkits/elementary to 1.12.0
- Update x11-wm/enlightenment to 0.19.1
- Update graphics/evas_generic_loaders-* to 1.12.0
- Update devel/e_dbus to 1.7.10
- Update benchmarks/expedite to 1.7.10
- Move some of x11-wm/e17-module-* to x11-wm/e-module-*
and update to recent snapshots
- Add multimedia/emotion_generic_players-vlc
- Add multimedia/rage
Reviewed by: crees, antoine
Notes
Notes:
svn path=/head/; revision=373393
Diffstat (limited to 'x11-wm/e17-modules/Makefile')
-rw-r--r-- | x11-wm/e17-modules/Makefile | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/x11-wm/e17-modules/Makefile b/x11-wm/e17-modules/Makefile deleted file mode 100644 index 50ba58844506..000000000000 --- a/x11-wm/e17-modules/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# Created by: Grzegorz Blach <gblach@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= e17-modules -PORTVERSION= 20130510 -PORTREVISION= 1 -CATEGORIES= x11-wm enlightenment -MASTER_SITES= # Empty -DISTFILES= # Empty - -MAINTAINER= gblach@FreeBSD.org -COMMENT= Meta-port for e17 modules - -NO_BUILD= yes -WANT_EFL= yes -E17_ARCH= ${OPSYS:tl}${OSREL}-${ARCH} - -MODULES= alarm comp-scale cpu deskshow diskio eektool elfe empris engage eooorg \ - everything-aspell everything-mpris everything-pidgin everything-places \ - everything-shotgun everything-wallpaper everything-websearch exebuf execwatch \ - flame forecasts iiirk itask mail mem moon mpdule net news \ - penguins photo places rain rmb screenshot slideshow snow \ - taskbar tclock uptime weather winlist-ng winselector wlan - -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} -OPTIONS_DEFINE+= ${M:tu:S,-,_,g} -OPTIONS_DEFAULT+= ${M:tu:S,-,_,g} -${M:tu:S,-,_,g}_DESC= Install ${M} module -.endfor - -.include <bsd.port.options.mk> - -.for M in ${MODULES} -. if !defined(${M:tu:S,-,_,g}_PATH) -${M:tu:S,-,_,g}_PATH= ${M} -. endif -. if ${PORT_OPTIONS:M${M:tu:S,-,_,g}} -RUN_DEPENDS+= ${LOCALBASE}/lib/enlightenment/modules/${${M:tu:S,-,_,g}_PATH}/${E17_ARCH}/module.so:${PORTSDIR}/x11-wm/e17-module-${M} -. endif -.endfor - -do-install: # empty - -.include <bsd.port.mk> |