1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

E-Weather is an epplet used to display information about the current

weather similar to the wmWeather dockapp.
This commit is contained in:
John Baldwin 2000-03-31 18:31:32 +00:00
parent 5754f0ce52
commit 72b978342c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27194
6 changed files with 61 additions and 0 deletions

25
x11/eweather/Makefile Normal file
View File

@ -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>

1
x11/eweather/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (E-Weather-0.2.tar.gz) = ad02722ec9005f30bf66ddad3fcf6217

View File

@ -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

1
x11/eweather/pkg-comment Normal file
View File

@ -0,0 +1 @@
Weather epplet for Enlightenment similar to wmWeather

7
x11/eweather/pkg-descr Normal file
View File

@ -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

2
x11/eweather/pkg-plist Normal file
View File

@ -0,0 +1,2 @@
bin/E-Weather.epplet
share/enlightenment/epplet_icons/E-Weather.icon