diff options
author | stas <stas@FreeBSD.org> | 2006-10-08 21:48:37 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2006-10-08 21:48:37 +0800 |
commit | 173755349dc2dd22744f67ee65b533ef3b1c3649 (patch) | |
tree | fcddf9b33a006f3b495b40ac5641012787c2a99e /x11-wm/e17-module-mail | |
parent | ed21c3e01f7d2d837804666f445b9249d985c327 (diff) | |
download | freebsd-ports-gnome-173755349dc2dd22744f67ee65b533ef3b1c3649.tar.gz freebsd-ports-gnome-173755349dc2dd22744f67ee65b533ef3b1c3649.tar.zst freebsd-ports-gnome-173755349dc2dd22744f67ee65b533ef3b1c3649.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)
Diffstat (limited to 'x11-wm/e17-module-mail')
-rw-r--r-- | x11-wm/e17-module-mail/Makefile | 26 | ||||
-rw-r--r-- | x11-wm/e17-module-mail/distinfo | 6 | ||||
-rw-r--r-- | x11-wm/e17-module-mail/pkg-plist | 15 |
3 files changed, 25 insertions, 22 deletions
diff --git a/x11-wm/e17-module-mail/Makefile b/x11-wm/e17-module-mail/Makefile index 0740274cc5e6..d002958813c8 100644 --- a/x11-wm/e17-module-mail/Makefile +++ b/x11-wm/e17-module-mail/Makefile @@ -6,26 +6,26 @@ # PORTNAME= mail -PORTVERSION= 20060707 -PORTREVISION= 1 +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 to check your mailboxes (like xbiff does) -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_GETTEXT= 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 -.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-wm/e17-module-mail/distinfo b/x11-wm/e17-module-mail/distinfo index ee79645fe7e4..ef41257f2c56 100644 --- a/x11-wm/e17-module-mail/distinfo +++ b/x11-wm/e17-module-mail/distinfo @@ -1,3 +1,3 @@ -MD5 (mail-20060707.tar.bz2) = 5fb424681cf466841f647dba0cec2c5c -SHA256 (mail-20060707.tar.bz2) = 6c726c376672a30bd43e94eb5ad216b41897d6b27f8ceb0f51eef6a854ad58e6 -SIZE (mail-20060707.tar.bz2) = 269002 +MD5 (mail-20060926.tar.bz2) = d63660b2e38d82a212684420024458bb +SHA256 (mail-20060926.tar.bz2) = b526a1d4d3cbb5b0e54d22b9cc87b4462d0bda6ba9a06450f7e8a1d95885d898 +SIZE (mail-20060926.tar.bz2) = 309337 diff --git a/x11-wm/e17-module-mail/pkg-plist b/x11-wm/e17-module-mail/pkg-plist index e9882ccdf3f9..d32b8e0e82c8 100644 --- a/x11-wm/e17-module-mail/pkg-plist +++ b/x11-wm/e17-module-mail/pkg-plist @@ -1,9 +1,12 @@ +lib/enlightenment/modules/mail/%%E17_ARCH%%/module.a +lib/enlightenment/modules/mail/%%E17_ARCH%%/module.la +lib/enlightenment/modules/mail/%%E17_ARCH%%/module.so lib/enlightenment/modules/mail/mail.edj -lib/enlightenment/modules/mail/%%MODULE_ARCH%%/module.a -lib/enlightenment/modules/mail/module.eap -lib/enlightenment/modules/mail/%%MODULE_ARCH%%/module.la -lib/enlightenment/modules/mail/%%MODULE_ARCH%%/module.so +lib/enlightenment/modules/mail/module.desktop +lib/enlightenment/modules/mail/module.edj lib/enlightenment/modules/mail/module_icon.png -lib/enlightenment/modules/mail/newmail.png -@dirrm lib/enlightenment/modules/mail/%%MODULE_ARCH%% +share/locale/it/LC_MESSAGES/mail.mo +@dirrm lib/enlightenment/modules/mail/%%E17_ARCH%% @dirrm lib/enlightenment/modules/mail +@dirrmtry lib/enlightenment/modules +@dirrmtry lib/enlightenment |