summaryrefslogtreecommitdiff
path: root/x11/gnome-applets/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2000-10-18 00:07:41 +0000
committerjlam <jlam>2000-10-18 00:07:41 +0000
commitecc0618cff8396f1aef2826ddb6a9f68093d04c7 (patch)
tree9215e82e134a034981ad0941ad442cc7d9cfbc90 /x11/gnome-applets/Makefile
parent93270edc9e72c0c5ba107dc82d13d619c2ff4ac2 (diff)
downloadpkgsrc-ecc0618cff8396f1aef2826ddb6a9f68093d04c7.tar.gz
Update gnome-applets to 1.2.2. Changes from version 1.2.1 are mostly
documentation changes and additional translations, plus a few minor bugfixes in the applet code, and one new stock ticker applet.
Diffstat (limited to 'x11/gnome-applets/Makefile')
-rw-r--r--x11/gnome-applets/Makefile26
1 files changed, 19 insertions, 7 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile
index 1371c451605..5da0a538b78 100644
--- a/x11/gnome-applets/Makefile
+++ b/x11/gnome-applets/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2000/08/03 21:28:40 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2000/10/18 00:07:41 jlam Exp $
#
-DISTNAME= gnome-applets-1.2.1
+DISTNAME= gnome-applets-1.2.2
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-applets/}
@@ -11,14 +11,14 @@ HOMEPAGE= http://www.gnome.org/
BUILD_DEPENDS+= autoreconf:../../devel/autoconf
BUILD_DEPENDS+= automake:../../devel/automake
DEPENDS+= gnome-core>=1.2.1:../../x11/gnome-core
-DEPENDS+= libgtop-*:../../devel/libgtop
+DEPENDS+= libgtop>=1.0.0:../../devel/libgtop
-USE_GMAKE= yes
-USE_X11BASE= yes
-USE_LIBTOOL= yes
+USE_GMAKE= # defined
+USE_X11BASE= # defined
+USE_LIBTOOL= # defined
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
-GNU_CONFIGURE= yes
+GNU_CONFIGURE= # defined
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
CPPFLAGS+= -I${LOCALBASE}/include
@@ -29,4 +29,16 @@ pre-configure:
cd ${WRKSRC} && ${MV} -f aclocal.m4 acinclude.m4
cd ${WRKSRC} && ${SETENV} ${AUTOGEN_ENV} ${SH} macros/autogen.sh
+post-install:
+ ${RMDIR} ${PREFIX}/share/gnome/help/cpuload_applet/C/stylesheet-images
+ ${RMDIR} ${PREFIX}/share/gnome/help/cpuload_applet/it/stylesheet-images
+ ${RMDIR} ${PREFIX}/share/gnome/help/loadavg_applet/C/stylesheet-images
+ ${RMDIR} ${PREFIX}/share/gnome/help/loadavg_applet/it/stylesheet-images
+ ${RMDIR} ${PREFIX}/share/gnome/help/memload_applet/C/stylesheet-images
+ ${RMDIR} ${PREFIX}/share/gnome/help/memload_applet/it/stylesheet-images
+ ${RMDIR} ${PREFIX}/share/gnome/help/netload_applet/C/stylesheet-images
+ ${RMDIR} ${PREFIX}/share/gnome/help/netload_applet/it/stylesheet-images
+ ${RMDIR} ${PREFIX}/share/gnome/help/swapload_applet/C/stylesheet-images
+ ${RMDIR} ${PREFIX}/share/gnome/help/swapload_applet/it/stylesheet-images
+
.include "../../mk/bsd.pkg.mk"