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-snow | |
parent | 32e98c797bd5b952894ff185e59df8a91844f4ab (diff) | |
download | ports-ee774b0f4fa7f1842f6b4dfdfe60b22cbcf12442.tar.gz ports-ee774b0f4fa7f1842f6b4dfdfe60b22cbcf12442.zip |
Notes
Diffstat (limited to 'x11/e17-module-snow')
-rw-r--r-- | x11/e17-module-snow/Makefile | 25 | ||||
-rw-r--r-- | x11/e17-module-snow/distinfo | 6 | ||||
-rw-r--r-- | x11/e17-module-snow/pkg-plist | 15 |
3 files changed, 25 insertions, 21 deletions
diff --git a/x11/e17-module-snow/Makefile b/x11/e17-module-snow/Makefile index 91472f0604ce..f01e84a9df7a 100644 --- a/x11/e17-module-snow/Makefile +++ b/x11/e17-module-snow/Makefile @@ -6,27 +6,24 @@ # PORTNAME= snow -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 which draws snowflakes on your screen -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-snow/distinfo b/x11/e17-module-snow/distinfo index 2226f0d968cb..b2e53b54dd7b 100644 --- a/x11/e17-module-snow/distinfo +++ b/x11/e17-module-snow/distinfo @@ -1,3 +1,3 @@ -MD5 (snow-20060707.tar.bz2) = 138b18e7afc538955d2409727ad3507e -SHA256 (snow-20060707.tar.bz2) = ff064eef0bee90ea7f40c5d10c27a6e0e6392657bc47f632a6568fac792e112b -SIZE (snow-20060707.tar.bz2) = 241756 +MD5 (snow-20060926.tar.bz2) = c5dbea13f4151b4d0851d1b083c90732 +SHA256 (snow-20060926.tar.bz2) = 4372038f755e2e99f53a3e367ff175a634b94f618ad47533dbd68892f5f22490 +SIZE (snow-20060926.tar.bz2) = 248633 diff --git a/x11/e17-module-snow/pkg-plist b/x11/e17-module-snow/pkg-plist index 5437ff0125b6..d3d75cd2e5a8 100644 --- a/x11/e17-module-snow/pkg-plist +++ b/x11/e17-module-snow/pkg-plist @@ -1,10 +1,11 @@ lib/enlightenment/modules/snow/flake-l.png lib/enlightenment/modules/snow/flake-m.png lib/enlightenment/modules/snow/flake-s.png -lib/enlightenment/modules/snow/%%MODULE_ARCH%%/module.a -lib/enlightenment/modules/snow/module.eap -lib/enlightenment/modules/snow/%%MODULE_ARCH%%/module.la -lib/enlightenment/modules/snow/%%MODULE_ARCH%%/module.so +lib/enlightenment/modules/snow/%%E17_ARCH%%/module.a +lib/enlightenment/modules/snow/%%E17_ARCH%%/module.la +lib/enlightenment/modules/snow/%%E17_ARCH%%/module.so +lib/enlightenment/modules/snow/module.desktop +lib/enlightenment/modules/snow/module.edj lib/enlightenment/modules/snow/module_icon.png lib/enlightenment/modules/snow/tree.png %%NLS%%share/locale/eo/LC_MESSAGES/snow.mo @@ -13,5 +14,9 @@ lib/enlightenment/modules/snow/tree.png %%NLS%%share/locale/it/LC_MESSAGES/snow.mo %%NLS%%share/locale/ja/LC_MESSAGES/snow.mo %%NLS%%share/locale/sv/LC_MESSAGES/snow.mo -@dirrm lib/enlightenment/modules/snow/%%MODULE_ARCH%% +%%NLS%%@dirrmtry share/locale/fi/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/fi +@dirrm lib/enlightenment/modules/snow/%%E17_ARCH%% @dirrm lib/enlightenment/modules/snow +@dirrmtry lib/enlightenment/modules +@dirrmtry lib/enlightenment |