summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2000-03-31 18:31:32 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2000-03-31 18:31:32 +0000
commit72b978342ca8df45059f658227d30b7414c42316 (patch)
treeaedd044aaf599e447e22a33f30f6a354e6efb170 /x11
parentE-FancyLauncher is an epplet that is an advanced button bar used to launch (diff)
E-Weather is an epplet used to display information about the current
weather similar to the wmWeather dockapp.
Notes
Notes: svn path=/head/; revision=27194
Diffstat (limited to 'x11')
-rw-r--r--x11/eweather/Makefile25
-rw-r--r--x11/eweather/distinfo1
-rw-r--r--x11/eweather/files/patch-aa25
-rw-r--r--x11/eweather/pkg-comment1
-rw-r--r--x11/eweather/pkg-descr7
-rw-r--r--x11/eweather/pkg-plist2
6 files changed, 61 insertions, 0 deletions
diff --git a/x11/eweather/Makefile b/x11/eweather/Makefile
new file mode 100644
index 000000000000..904854efcebf
--- /dev/null
+++ b/x11/eweather/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: E-Weather 0.2
+# Version required: 0.2
+# Date created: 30 March 2000
+# Whom: jhb
+#
+# $FreeBSD$
+
+DISTNAME= E-Weather-0.2
+CATEGORIES= x11
+MASTER_SITES= http://pfnet.org/~cy/
+
+MAINTAINER= jhb@FreeBSD.org
+
+RUN_DEPENDS= GrabWeather:${PORTSDIR}/misc/wmweather
+LIB_DEPENDS= epplet.1:${PORTSDIR}/x11-wm/epplets
+
+USE_GMAKE= yes
+USE_X_PREFIX= yes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/E-Weather.epplet ${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/E-Weather.icon \
+ ${PREFIX}/share/enlightenment/epplet_icons
+
+.include <bsd.port.mk>
diff --git a/x11/eweather/distinfo b/x11/eweather/distinfo
new file mode 100644
index 000000000000..8725dd1cc08c
--- /dev/null
+++ b/x11/eweather/distinfo
@@ -0,0 +1 @@
+MD5 (E-Weather-0.2.tar.gz) = ad02722ec9005f30bf66ddad3fcf6217
diff --git a/x11/eweather/files/patch-aa b/x11/eweather/files/patch-aa
new file mode 100644
index 000000000000..4a912e65de19
--- /dev/null
+++ b/x11/eweather/files/patch-aa
@@ -0,0 +1,25 @@
+--- Makefile.orig Tue Mar 28 12:07:51 2000
++++ Makefile Fri Mar 31 02:28:34 2000
+@@ -1,15 +1,16 @@
+-CC = gcc
+-LIBS = -L/usr/X11R6/e/lib -lepplet
+-CFLAGS = -O -Wall -I/usr/X11R6/e/include
+-IMLIB-CONFIG = /usr/gnome/bin/imlib-config
++#CC = gcc
++LIBS = -L${X11BASE}/lib -lepplet
++CFLAGS += -I${X11BASE}/include
++IMLIB-CONFIG = ${X11BASE}/bin/imlib-config
+ BIN_PREFIX = /usr/X11R6/e/bin
+ ICON_PREFIX = /usr/X11R6/e/share/enlightenment/epplet_icons
+
+ all: e-weather
+
+ e-weather:E-Weather.c
+- $(CC) $(CFLAGS) E-Weather.c -o E-Weather.epplet $(LIBS) \
+- $(shell $(IMLIB-CONFIG) --cflags) $(shell $(IMLIB-CONFIG) --libs)
++ $(CC) E-Weather.c -o E-Weather.epplet $(LIBS) \
++ $(shell $(IMLIB-CONFIG) --cflags) $(shell $(IMLIB-CONFIG) --libs) \
++ $(CFLAGS)
+
+ install: e-weather
+ install -m 755 E-Weather.epplet $(BIN_PREFIX)/E-Weather.epplet
diff --git a/x11/eweather/pkg-comment b/x11/eweather/pkg-comment
new file mode 100644
index 000000000000..a31c99e25721
--- /dev/null
+++ b/x11/eweather/pkg-comment
@@ -0,0 +1 @@
+Weather epplet for Enlightenment similar to wmWeather
diff --git a/x11/eweather/pkg-descr b/x11/eweather/pkg-descr
new file mode 100644
index 000000000000..1127d8dc6100
--- /dev/null
+++ b/x11/eweather/pkg-descr
@@ -0,0 +1,7 @@
+E-Weather is an epplet for Enlightenment that displays the current weather,
+similar to the wmWeather dockapp for WindowMaker.
+
+WWW: http://pfnet.org/~cy/eweather.html
+
+- John
+jhb@FreeBSD.org
diff --git a/x11/eweather/pkg-plist b/x11/eweather/pkg-plist
new file mode 100644
index 000000000000..ae4cfb8fd2e6
--- /dev/null
+++ b/x11/eweather/pkg-plist
@@ -0,0 +1,2 @@
+bin/E-Weather.epplet
+share/enlightenment/epplet_icons/E-Weather.icon