summaryrefslogtreecommitdiff
path: root/x11/xrestop/Makefile
diff options
context:
space:
mode:
authorbjs <bjs@pkgsrc.org>2007-11-23 07:48:55 +0000
committerbjs <bjs@pkgsrc.org>2007-11-23 07:48:55 +0000
commit4e2fc75562bc29647aa1f891c180e10f8467f870 (patch)
tree46ec8ca21f257df590036e3f4bc7c5b2770c4355 /x11/xrestop/Makefile
parent2b51831f7f2723154d4303f2f78fd2c0ac8c76c8 (diff)
downloadpkgsrc-4e2fc75562bc29647aa1f891c180e10f8467f870.tar.gz
Update to xrestop-0.4. Add DESTDIR support. Changes:
2006-02-27 Matthew Allum <mallum@openedhand.com> * doc/xrestop.1: Add docs for --max-samples options * xrestop.c: (window_get_utf8_name), (usage), (recurse_win_tree), (main): Fix gcc 4 compiler warnings. Minor source cleanups. Fix missing PIDs due to window recursing bug ( John Tapsell ) Handle 'q' key to quit ( Moray Allan ) '--max-samples' option ( Jeremy C Reed )
Diffstat (limited to 'x11/xrestop/Makefile')
-rw-r--r--x11/xrestop/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/x11/xrestop/Makefile b/x11/xrestop/Makefile
index 959667ddc75..4a2263c28ae 100644
--- a/x11/xrestop/Makefile
+++ b/x11/xrestop/Makefile
@@ -1,16 +1,18 @@
-# $NetBSD: Makefile,v 1.5 2007/02/22 19:01:28 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2007/11/23 07:48:55 bjs Exp $
#
-DISTNAME= xrestop-0.3
-PKGREVISION= 1
+DISTNAME= xrestop-0.4
CATEGORIES= x11
-MASTER_SITES= http://www.freedesktop.org/software/xrestop/
+MASTER_SITES= http://projects.o-hand.com/sources/xrestop/
MAINTAINER= reed@reedmedia.net
HOMEPAGE= http://www.freedesktop.org/wiki/Software/xrestop
COMMENT= X11 clients' server-side resource usage monitor
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
+USE_TOOLS+= pkg-config
.include "../../devel/ncurses/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"