diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2006-10-08 13:48:37 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2006-10-08 13:48:37 +0000 |
commit | ee774b0f4fa7f1842f6b4dfdfe60b22cbcf12442 (patch) | |
tree | 1bf12eadb5a7920766bf7a613174c0475b810d0d /x11/e17-module-slideshow | |
parent | 32e98c797bd5b952894ff185e59df8a91844f4ab (diff) | |
download | ports-ee774b0f4fa7f1842f6b4dfdfe60b22cbcf12442.tar.gz ports-ee774b0f4fa7f1842f6b4dfdfe60b22cbcf12442.zip |
- Move to LOCALBASE
- Use new EFL framework
- Update all e17 ports to the lates stable cvs snapshot
- Add additional knobs/options to ports makefiles to control the
feature set
- Add a bunch of new e17 applications/libraries
- Minor improvements/modification.
Approved by: vanilla (old maintainer), sem (mentor)
Notes
Notes:
svn path=/head/; revision=174934
Diffstat (limited to 'x11/e17-module-slideshow')
-rw-r--r-- | x11/e17-module-slideshow/Makefile | 23 | ||||
-rw-r--r-- | x11/e17-module-slideshow/distinfo | 6 | ||||
-rw-r--r-- | x11/e17-module-slideshow/pkg-plist | 15 |
3 files changed, 24 insertions, 20 deletions
diff --git a/x11/e17-module-slideshow/Makefile b/x11/e17-module-slideshow/Makefile index 6e498a894b5a..5b9ac9375aae 100644 --- a/x11/e17-module-slideshow/Makefile +++ b/x11/e17-module-slideshow/Makefile @@ -6,27 +6,24 @@ # PORTNAME= slideshow -PORTVERSION= 20060728 +PORTVERSION= 20060926 PORTREVISION= 0 CATEGORIES= x11 -MASTER_SITES= http://mbsd.msk.ru/dist/ +MASTER_SITES= http://sunner.elcomnet.ru/~stas/ PKGNAMEPREFIX= e17-module- DISTNAME= ${PORTNAME}-${PORTVERSION} -MAINTAINER= ssedov@mbsd.msk.ru +MAINTAINER= stas@FreeBSD.org COMMENT= An e17 module which cycles desktop backgrounds -BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment-devel -RUN_DEPENDS= ${BUILD_DEPENDS} +BUILD_DEPENDS= enlightenment-config:${PORTSDIR}/x11-wm/enlightenment-devel +RUN_DEPENDS= enlightenment-config:${PORTSDIR}/x11-wm/enlightenment-devel +GNU_CONFIGURE= yes USE_BZIP2= yes -USE_X_PREFIX= yes USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" - -PLIST_SUB+= MODULE_ARCH=freebsd${OSREL}-${ARCH} +USE_GNOME= gnometarget pkgconfig +USE_EFL= edje .if !defined(WITHOUT_NLS) USE_GETTEXT= yes @@ -36,4 +33,6 @@ CONFIGURE_ARGS= --disable-nls PLIST_SUB+= NLS="@comment " .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +.include "../../x11-wm/enlightenment-devel/bsd.efl.mk" +.include <bsd.port.post.mk> diff --git a/x11/e17-module-slideshow/distinfo b/x11/e17-module-slideshow/distinfo index 148b9f6eb244..973d1ebc4ca0 100644 --- a/x11/e17-module-slideshow/distinfo +++ b/x11/e17-module-slideshow/distinfo @@ -1,3 +1,3 @@ -MD5 (slideshow-20060728.tar.bz2) = fba7f99ab060e90f46647e8552fc01c7 -SHA256 (slideshow-20060728.tar.bz2) = f612d49d96aff81858c85d9884bca61bdcd0527c729120922817d8f12a76f6d0 -SIZE (slideshow-20060728.tar.bz2) = 249348 +MD5 (slideshow-20060926.tar.bz2) = 26e082dfe8aeb43d0fb1f56fcf27cee4 +SHA256 (slideshow-20060926.tar.bz2) = 9b709121621489fe84d9941fc2fd276800ddfe9be6b763f7242ebc00f79ea295 +SIZE (slideshow-20060926.tar.bz2) = 254831 diff --git a/x11/e17-module-slideshow/pkg-plist b/x11/e17-module-slideshow/pkg-plist index ca6c7797c4f8..de126aa1c465 100644 --- a/x11/e17-module-slideshow/pkg-plist +++ b/x11/e17-module-slideshow/pkg-plist @@ -1,7 +1,8 @@ -lib/enlightenment/modules/slideshow/%%MODULE_ARCH%%/module.a -lib/enlightenment/modules/slideshow/%%MODULE_ARCH%%/module.la -lib/enlightenment/modules/slideshow/%%MODULE_ARCH%%/module.so -lib/enlightenment/modules/slideshow/module.eap +lib/enlightenment/modules/slideshow/%%E17_ARCH%%/module.a +lib/enlightenment/modules/slideshow/%%E17_ARCH%%/module.la +lib/enlightenment/modules/slideshow/%%E17_ARCH%%/module.so +lib/enlightenment/modules/slideshow/module.desktop +lib/enlightenment/modules/slideshow/module.edj lib/enlightenment/modules/slideshow/module_icon.png lib/enlightenment/modules/slideshow/slideshow.edj %%NLS%%share/locale/eo/LC_MESSAGES/slideshow.mo @@ -10,5 +11,9 @@ lib/enlightenment/modules/slideshow/slideshow.edj %%NLS%%share/locale/it/LC_MESSAGES/slideshow.mo %%NLS%%share/locale/ja/LC_MESSAGES/slideshow.mo %%NLS%%share/locale/sv/LC_MESSAGES/slideshow.mo -@dirrm lib/enlightenment/modules/slideshow/%%MODULE_ARCH%% +%%NLS%%@dirrmtry share/locale/fi/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/fi +@dirrm lib/enlightenment/modules/slideshow/%%E17_ARCH%% @dirrm lib/enlightenment/modules/slideshow +@dirrmtry lib/enlightenment/modules +@dirrmtry lib/enlightenment |