pkgsrc/x11/xrestop/Makefile
bjs 4e2fc75562 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 )
2007-11-23 07:48:55 +00:00

21 lines
597 B
Makefile

# $NetBSD: Makefile,v 1.6 2007/11/23 07:48:55 bjs Exp $
#
DISTNAME= xrestop-0.4
CATEGORIES= x11
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"
.include "../../x11/libXres/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"