diff options
author | linimon <linimon@FreeBSD.org> | 2005-07-19 11:06:13 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2005-07-19 11:06:13 +0800 |
commit | d28749a610374612a6ee859f3f333a6572b0e022 (patch) | |
tree | 8e41d1d068fd222ceefd25136a7e8528f364d812 /x11 | |
parent | e98177a00c9ede8b1118928af6899b9159e628a0 (diff) | |
download | freebsd-ports-gnome-d28749a610374612a6ee859f3f333a6572b0e022.tar.gz freebsd-ports-gnome-d28749a610374612a6ee859f3f333a6572b0e022.tar.zst freebsd-ports-gnome-d28749a610374612a6ee859f3f333a6572b0e022.zip |
As previously announced, remove x11/eweather.
Hat: portmgr
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/eweather/Makefile | 35 | ||||
-rw-r--r-- | x11/eweather/distinfo | 2 | ||||
-rw-r--r-- | x11/eweather/pkg-descr | 7 | ||||
-rw-r--r-- | x11/eweather/pkg-plist | 4 |
5 files changed, 0 insertions, 49 deletions
diff --git a/x11/Makefile b/x11/Makefile index 4a0e426148fb..f975eba206d7 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -44,7 +44,6 @@ SUBDIR += emu SUBDIR += erun SUBDIR += eterm - SUBDIR += eweather SUBDIR += fast-user-switch-applet SUBDIR += fbdesk SUBDIR += fbpanel diff --git a/x11/eweather/Makefile b/x11/eweather/Makefile deleted file mode 100644 index 537c257a4d65..000000000000 --- a/x11/eweather/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: E-Weather 0.2 -# Date created: 30 March 2000 -# Whom: jhb -# -# $FreeBSD$ -# - -PORTNAME= E-Weather -PORTVERSION= 0.4b -PORTREVISION= 2 -CATEGORIES= x11 -MASTER_SITES= http://streiff.net/software/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Weather epplet for Enlightenment similar to wmWeather - -LIB_DEPENDS= epplet.1:${PORTSDIR}/x11-wm/libepplet -RUN_DEPENDS= GrabWeather:${PORTSDIR}/misc/wmweather - -BROKEN= Does not work with new wmweather -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-05-01 - -USE_X_PREFIX= yes -USE_GMAKE= yes -MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \ - LIBS="-L${X11BASE}/lib -lepplet ${PTHREAD_LIBS}" - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/E-Weather.epplet ${PREFIX}/bin - @${MKDIR} ${PREFIX}/share/enlightenment/epplet_icons - ${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 deleted file mode 100644 index 95a118b60355..000000000000 --- a/x11/eweather/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (E-Weather-0.4b.tar.gz) = ced32f525c82d9199f15cc9235a97e7b -SIZE (E-Weather-0.4b.tar.gz) = 76919 diff --git a/x11/eweather/pkg-descr b/x11/eweather/pkg-descr deleted file mode 100644 index aecd48a689b9..000000000000 --- a/x11/eweather/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -E-Weather is an epplet for Enlightenment that displays the current weather, -similar to the wmWeather dockapp for WindowMaker. - -WWW: http://streiff.net/software/e-weather.php - -- John -jhb@FreeBSD.org diff --git a/x11/eweather/pkg-plist b/x11/eweather/pkg-plist deleted file mode 100644 index ed908264dfaf..000000000000 --- a/x11/eweather/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/E-Weather.epplet -share/enlightenment/epplet_icons/E-Weather.icon -@unexec rmdir %D/share/enlightenment/epplet_icons 2>/dev/null || true -@unexec rmdir %D/share/enlightenment 2>/dev/null || true |