diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-07-11 03:55:42 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-07-11 03:55:42 +0800 |
commit | 25f517ba7889d900614112bf71dcd408e066203a (patch) | |
tree | 3a4bde7a61bff36ee54c4992dd32c4469cf0cb9b /x11 | |
parent | 698472a584318ee77b12eec93368253e02008a37 (diff) | |
download | freebsd-ports-gnome-25f517ba7889d900614112bf71dcd408e066203a.tar.gz freebsd-ports-gnome-25f517ba7889d900614112bf71dcd408e066203a.tar.zst freebsd-ports-gnome-25f517ba7889d900614112bf71dcd408e066203a.zip |
This e17 module dsiplays flames on the bottom part of the screen.
Author: Vincent 'caro' Torri
WWW: http://www.enlightenment.org
PR: ports/100009
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/e17-module-flame/Makefile | 36 | ||||
-rw-r--r-- | x11/e17-module-flame/distinfo | 3 | ||||
-rw-r--r-- | x11/e17-module-flame/files/patch-configure | 11 | ||||
-rw-r--r-- | x11/e17-module-flame/pkg-descr | 4 | ||||
-rw-r--r-- | x11/e17-module-flame/pkg-plist | 10 |
6 files changed, 65 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index c9fbb41b140b..c28859364240 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -40,6 +40,7 @@ SUBDIR += dynamag SUBDIR += e17-module-calendar SUBDIR += e17-module-deskshow + SUBDIR += e17-module-flame SUBDIR += e17-module-mem SUBDIR += e17-module-moon SUBDIR += e17-module-slideshow diff --git a/x11/e17-module-flame/Makefile b/x11/e17-module-flame/Makefile new file mode 100644 index 000000000000..d5f952610fc0 --- /dev/null +++ b/x11/e17-module-flame/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: e17-module-flame +# Date created: 23 June 2006 +# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> +# +# $FreeBSD$ +# + +PORTNAME= flame +PORTVERSION= 20060707 +CATEGORIES= x11 +MASTER_SITES= http://mbsd.msk.ru/dist/ +PKGNAMEPREFIX= e17-module- +DISTNAME= ${PORTNAME}-${PORTVERSION} + +MAINTAINER= ssedov@mbsd.msk.ru +COMMENT= An e17 module which draws flames on your desktop + +BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment-devel +RUN_DEPENDS= ${BUILD_DEPENDS} + +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" + +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS= --disable-nls +PLIST_SUB+= NLS="@comment " +.endif + +.include <bsd.port.mk> diff --git a/x11/e17-module-flame/distinfo b/x11/e17-module-flame/distinfo new file mode 100644 index 000000000000..1a1e925dc9a8 --- /dev/null +++ b/x11/e17-module-flame/distinfo @@ -0,0 +1,3 @@ +MD5 (flame-20060707.tar.bz2) = 7fe367c4ace70b7add9a8448664dcf45 +SHA256 (flame-20060707.tar.bz2) = 0e0825c9a0208eedf4d48831ce10bbf4eed0c8bbd0125124f52240b3484bb413 +SIZE (flame-20060707.tar.bz2) = 244132 diff --git a/x11/e17-module-flame/files/patch-configure b/x11/e17-module-flame/files/patch-configure new file mode 100644 index 000000000000..bc913371e95e --- /dev/null +++ b/x11/e17-module-flame/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Fri Jun 23 16:14:40 2006 ++++ configure Fri Jun 23 16:14:53 2006 +@@ -21497,7 +21497,7 @@ + + + +-MODULE_ARCH="$host_os-$host_cpu" ++MODULE_ARCH="" + + + cat >>confdefs.h <<_ACEOF diff --git a/x11/e17-module-flame/pkg-descr b/x11/e17-module-flame/pkg-descr new file mode 100644 index 000000000000..4277e8e5057c --- /dev/null +++ b/x11/e17-module-flame/pkg-descr @@ -0,0 +1,4 @@ +This e17 module dsiplays flames on the bottom part of the screen. + +Author: Vincent 'caro' Torri +WWW: http://www.enlightenment.org diff --git a/x11/e17-module-flame/pkg-plist b/x11/e17-module-flame/pkg-plist new file mode 100644 index 000000000000..a5044effd536 --- /dev/null +++ b/x11/e17-module-flame/pkg-plist @@ -0,0 +1,10 @@ +lib/enlightenment/modules/flame/module.a +lib/enlightenment/modules/flame/module.eap +lib/enlightenment/modules/flame/module.la +lib/enlightenment/modules/flame/module.so +lib/enlightenment/modules/flame/module_icon.png +%%NLS%%share/locale/eo/LC_MESSAGES/flame.mo +%%NLS%%share/locale/fi/LC_MESSAGES/flame.mo +%%NLS%%share/locale/it/LC_MESSAGES/flame.mo +%%NLS%%share/locale/ja/LC_MESSAGES/flame.mo +@dirrm lib/enlightenment/modules/flame |