diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-10 20:08:21 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-10 20:08:21 +0000 |
commit | e7022df49ceeeffe0494d3d26e73878d0033ebc9 (patch) | |
tree | 28644101f688db92f12178d69fe19706e2b6dcc8 /x11 | |
parent | 661eb26c12967a194f7f5d1a4e345b9f4a21ed35 (diff) | |
download | ports-e7022df49ceeeffe0494d3d26e73878d0033ebc9.tar.gz ports-e7022df49ceeeffe0494d3d26e73878d0033ebc9.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/e17-module-rain/Makefile | 36 | ||||
-rw-r--r-- | x11/e17-module-rain/distinfo | 3 | ||||
-rw-r--r-- | x11/e17-module-rain/files/patch-configure | 11 | ||||
-rw-r--r-- | x11/e17-module-rain/pkg-descr | 5 | ||||
-rw-r--r-- | x11/e17-module-rain/pkg-plist | 16 |
6 files changed, 72 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 045d2ff0c66f..e505aa430035 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -45,6 +45,7 @@ SUBDIR += e17-module-mail SUBDIR += e17-module-mem SUBDIR += e17-module-moon + SUBDIR += e17-module-rain SUBDIR += e17-module-slideshow SUBDIR += e17-module-uptime SUBDIR += e17-module-weather diff --git a/x11/e17-module-rain/Makefile b/x11/e17-module-rain/Makefile new file mode 100644 index 000000000000..c59c711ffa99 --- /dev/null +++ b/x11/e17-module-rain/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: e17-module-rain +# Date created: 23 June 2006 +# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> +# +# $FreeBSD$ +# + +PORTNAME= rain +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 raindrops on your screen + +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-rain/distinfo b/x11/e17-module-rain/distinfo new file mode 100644 index 000000000000..84ba93d6b7e8 --- /dev/null +++ b/x11/e17-module-rain/distinfo @@ -0,0 +1,3 @@ +MD5 (rain-20060707.tar.bz2) = 603ae7f4c58b27d0be633030fbbb88cb +SHA256 (rain-20060707.tar.bz2) = 0901114c5c4477f4c60480d4c03475a2e8558930bc60668a08897b77ad2712a0 +SIZE (rain-20060707.tar.bz2) = 309011 diff --git a/x11/e17-module-rain/files/patch-configure b/x11/e17-module-rain/files/patch-configure new file mode 100644 index 000000000000..bc913371e95e --- /dev/null +++ b/x11/e17-module-rain/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-rain/pkg-descr b/x11/e17-module-rain/pkg-descr new file mode 100644 index 000000000000..2990d0cb6109 --- /dev/null +++ b/x11/e17-module-rain/pkg-descr @@ -0,0 +1,5 @@ +This e17 module draws falling raindrops and clouds on your desktop window. +The rain density is fully configurable. + +Author: Team Ninjapirates <http://www.dxdstudio.com/npn/> +WWW: http://www.enlightenment.org diff --git a/x11/e17-module-rain/pkg-plist b/x11/e17-module-rain/pkg-plist new file mode 100644 index 000000000000..dd9c302e603c --- /dev/null +++ b/x11/e17-module-rain/pkg-plist @@ -0,0 +1,16 @@ +lib/enlightenment/modules/rain/cloud.png +lib/enlightenment/modules/rain/drop-l.png +lib/enlightenment/modules/rain/drop-m.png +lib/enlightenment/modules/rain/drop-s.png +lib/enlightenment/modules/rain/module.a +lib/enlightenment/modules/rain/module.eap +lib/enlightenment/modules/rain/module.la +lib/enlightenment/modules/rain/module.so +lib/enlightenment/modules/rain/module_icon.png +%%NLS%%share/locale/eo/LC_MESSAGES/rain.mo +%%NLS%%share/locale/fi/LC_MESSAGES/rain.mo +%%NLS%%share/locale/fr/LC_MESSAGES/rain.mo +%%NLS%%share/locale/it/LC_MESSAGES/rain.mo +%%NLS%%share/locale/ja/LC_MESSAGES/rain.mo +%%NLS%%share/locale/sv/LC_MESSAGES/rain.mo +@dirrm lib/enlightenment/modules/rain |