summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-12-09 20:22:39 +0000
committerkrion <krion@FreeBSD.org>2003-12-09 20:22:39 +0000
commit278a106ddb4edc2ce68c84dd8f1e4bae24fa90a7 (patch)
treea76b50005e96419d8b8b342a97a9bac8beef4c0d
parentfb5edad32b0598acdb2011b7654e0092666163ee (diff)
downloadFreeBSD-ports-278a106ddb4edc2ce68c84dd8f1e4bae24fa90a7.zip
FreeBSD-ports-278a106ddb4edc2ce68c84dd8f1e4bae24fa90a7.tar.gz
- Update to version 0.4b
PR: 60075 Submitted by: Ports Fury
-rw-r--r--x11/eweather/Makefile11
-rw-r--r--x11/eweather/distinfo2
-rw-r--r--x11/eweather/pkg-plist1
3 files changed, 9 insertions, 5 deletions
diff --git a/x11/eweather/Makefile b/x11/eweather/Makefile
index 5cadb8a..6a1bb91 100644
--- a/x11/eweather/Makefile
+++ b/x11/eweather/Makefile
@@ -6,22 +6,25 @@
#
PORTNAME= E-Weather
-PORTVERSION= 0.4a
+PORTVERSION= 0.4b
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
-LIB_DEPENDS= epplet.1:${PORTSDIR}/x11-wm/epplets
-USE_GMAKE= yes
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
+ ${PREFIX}/share/enlightenment/epplet_icons
.include <bsd.port.mk>
diff --git a/x11/eweather/distinfo b/x11/eweather/distinfo
index 6f9a022..e99df35 100644
--- a/x11/eweather/distinfo
+++ b/x11/eweather/distinfo
@@ -1 +1 @@
-MD5 (E-Weather-0.4a.tar.gz) = e182a656c29a47c690997f2eb6290a2f
+MD5 (E-Weather-0.4b.tar.gz) = ced32f525c82d9199f15cc9235a97e7b
diff --git a/x11/eweather/pkg-plist b/x11/eweather/pkg-plist
index ae4cfb8..fa0af4d 100644
--- a/x11/eweather/pkg-plist
+++ b/x11/eweather/pkg-plist
@@ -1,2 +1,3 @@
bin/E-Weather.epplet
share/enlightenment/epplet_icons/E-Weather.icon
+@unexec rmdir %D/share/enlightenment/epplet_icons 2>/dev/null || true
OpenPOWER on IntegriCloud